You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure how should I solve if I wan't to send with error additinal info about user context, for example, current browser window size?
I thought it could be added to context obj, but it seems it doesn't work this way. And context.user is just a string, should I stringify all the context info into this prop?
How this case should be handled? I think this problem should be mentioned in docs.
The text was updated successfully, but these errors were encountered:
Not sure how should I solve if I wan't to send with error additinal info about user context, for example, current browser window size?
I thought it could be added to context obj, but it seems it doesn't work this way. And
context.user
is just a string, should I stringify all the context info into this prop?How this case should be handled? I think this problem should be mentioned in docs.
The text was updated successfully, but these errors were encountered: