Open zepod opened 7 years ago
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 2.14.1
, which will be available on Chrome Store in maximum an hour.
Thanks for letting me know!
I also encountered this problem, and the chrome debugger navigate me to files with name like VM.. It's the problem of the redux extension,window.devToolsOptions not initialized yet?
@whu-iss-jack, yes. Please make sure that you have Redux DevTools Extension 2.14.1
on chrome://extensions
page.
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.