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'm trying to use mobx-remotedev with React Native and MobX-State-Tree but I don't know how to do.
I tried with export default remotedev(AppStore, { global: true, remote: true }) in my rootStore but I get an error Unhandled JS Exception: Cannot read property 'create' of undefined cause I create the tree with const appStore = AppStore.create({ users: {} }, { logger: logger })
Can you orient me?
Thanks for readding
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to use mobx-remotedev with React Native and MobX-State-Tree but I don't know how to do.
I tried with
export default remotedev(AppStore, { global: true, remote: true })
in my rootStore but I get an errorUnhandled JS Exception: Cannot read property 'create' of undefined
cause I create the tree withconst appStore = AppStore.create({ users: {} }, { logger: logger })
Can you orient me?
Thanks for readding
The text was updated successfully, but these errors were encountered: