-
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
Cannot read property filter of undefined #19
Comments
Address the regression introduced in API in `2.14.0`. Related to zalmoxisus/mobx-remotedev#19.
Sorry, I broke it in the yesterday release of Redux DevTools Extension. Forgot that we're using it here (via API) as well. Fixed in Thanks for letting me know! |
I also encountered this problem, and the chrome debugger navigate me to files with name like VM.. |
@whu-iss-jack, yes. Please make sure that you have Redux DevTools Extension |
Address the regression introduced in API in `2.14.0`. Related to zalmoxisus/mobx-remotedev#19.
I encountered following error, using mobx-remotedev.
after removing mobx-remotedev from my module, no error was triggered. Here is my store (module)
I also created StackOverflow question, regarding this topic, so if it isn't mistake on my part, it'd be appreciated, if you'd elaborate on how to resolve this gracefully.
The text was updated successfully, but these errors were encountered: