You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use mobx-devtools as an extension in Google Chrome with MobX 6.6.2.
mobx-devtools only starts working and tracking changes when MobX is initialized immediately after the page has loaded. And even in that case, it skips changes until the message Connecting... disappears.
I'm not sure what API mobx-devtools uses to track changes, but it's possible to track changes using the window.__mobxGlobals.spyListeners array. window__mobxGlobals is available immediately, and I have to use it when "mob-devtools" shows the message Connecting... or simply doesn't work.
The text was updated successfully, but these errors were encountered:
I use
mobx-devtools
as an extension in Google Chrome withMobX 6.6.2
.mobx-devtools
only starts working and tracking changes when MobX is initialized immediately after the page has loaded. And even in that case, it skips changes until the messageConnecting...
disappears.I'm not sure what API
mobx-devtools
uses to track changes, but it's possible to track changes using thewindow.__mobxGlobals.spyListeners
array.window__mobxGlobals
is available immediately, and I have to use it when "mob-devtools" shows the messageConnecting...
or simply doesn't work.The text was updated successfully, but these errors were encountered: