-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Exception when using with mobx-state-tree #51
Comments
Seeing the same issue here. @bestmazzo Any progress with your debugging? Almost identical configuration:
|
Could you pls provide a minimal reproduction? |
FYI, I was able to reproduce this same bug without |
Well, I'm currently using mobx-vue in a Nuxt application, having a complex data model and multiple libraries involved (some internal widget libraries - deployed with vue-cli - and some third party layout libraries), so this could be a cause. Meanwhile I've been digging in our code and found out a common misuse:
What actually happens is:
I'll keep digging into it, but I think we should make a specific section in mobx-vue documentation, covering those usage scenarios (vue-cli, mobx-state-tree). in order to help others correctly deal with them. |
Hello, Hope this helps better investigating the problem. |
Hello,
I'm facing a strange exception, and I was able to reproduce it in the tests below. I'm writing here as the test made without mobx-vue doesn't fail, so I presume the problem starts from there.
The environment is:
mobx: 5.15.14
mobx-state-tree: 3.17.2
mobx-vue: 2.0.10
vue: 2.6.11
the exception raised is:
but before this, another exception is catched
If necessary, I can provide a more detailed stack-trace
The text was updated successfully, but these errors were encountered: