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
I am using react native and I want to use the sync functionality on OSX. When I try to login I get the following error "Cannot read property 'User' of undefined" - if I log React.Sync to the console, sure enough it's undefined.
Realm.Sync.User.login
If I disable remote debugging everything works as I expect it to but it's a nightmare to debug.
Should I be able to use chrome debugger with realm sync?
The text was updated successfully, but these errors were encountered:
Seems to suggest that for now you can't use Sync and chrome debug tools in react native. As the majority of react native development is done with chrome tools I have left this open as surely that is an issue?
I am using react native and I want to use the sync functionality on OSX. When I try to login I get the following error "Cannot read property 'User' of undefined" - if I log React.Sync to the console, sure enough it's undefined.
Realm.Sync.User.login
If I disable remote debugging everything works as I expect it to but it's a nightmare to debug.
Should I be able to use chrome debugger with realm sync?
The text was updated successfully, but these errors were encountered: