-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[React-native] Cannot read property 'getDebugName' of undefined #34
Comments
Pull this fork and link it in your NPM/Yarn global tree. # git clone -b SimeonC-mobx-4 https://github.com/SimeonC/mobx-remotedev
# cd mobx-remotedev
# yarn || npm install
# yarn build || npm build
# yarn link || npm link |
Thanks @stevefan1999 ! I followed your instructions and then I did the following commands
but now I get the following error:
My project is in the folder What am I doing wrong? |
|
Thanks @stevefan1999, I ended up using this fork directly by installing the package as |
Is anybody going to fix it? |
Any updates on this? |
I have an app that works fine if I do not use/ reference
mobx-remotedev
. I can even use "react-native Debugger" to connect in debug mode and have access to the console.However, when I add
mobx-remotedev
to a store, I get the errorCannot read property 'getDebugName' of undefined
error:
"dependencies": {
...
"react": "16.3.1",
"react-native": "0.55.3",
"mobx": "^5.0.3",
"mobx-react": "^5.2.3",
"mobx-remotedev": "^0.2.8",
},
The text was updated successfully, but these errors were encountered: