-
Notifications
You must be signed in to change notification settings - Fork 1
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
Breaks mobx #4
Comments
I thinking I am making a rookie mistake and not using mobx as an external so it's not loaded twice. See mobxjs/mobx#763. Going to try to fix this and report back. |
Yep, using mobx as an external in webpack fixed this. |
Thanks, looks like I missed all the excitement. I will note this in the readme. |
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After yarn install this package, mobx observation stops working in my project. Deleting the dependency on
bidi-mobx
in my package.json, and runningyarn install
and a webpack build again causes it to start working again. I tested several times, just changing my dependency on bidi-mobx, without actually using it. This must be a webpack build thing.The text was updated successfully, but these errors were encountered: