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
In catch block it doesn't display error correctly.
On UI it will display message UIKit: [Object object]
No logs in console, couldn't figure out what was wrong.
In minified file I had to update catch logic after joinSession()
Instead of
If error occurs after line
In catch block it doesn't display error correctly.
On UI it will display message
UIKit: [Object object]
No logs in console, couldn't figure out what was wrong.
In minified file I had to update catch logic after
joinSession()
Instead of
I have changed it to
The text was updated successfully, but these errors were encountered: