No Roots
I defined a RootStore, but get the "No Roots" message here in mobx-devtools. Everything seems to be working with a mix of class and functional components.
const store = RootStore.create(); // from HO
makeInspectable(store);
window.z = store; // for console debugging
ReactDOM.render(
<Provider store={store}>
<App />
</Provider>,
document.getElementById("root")
);
stopped working a couple of days ago.
Chrome 91.0.4472.106
stopped working a couple of days ago.
Chrome 91.0.4472.106
Same version for me, but I didn't have a chance to get running "before".
I started using it a couple of days ago, worked fine until 10 minutes ago. "No Roots" ever since. Have you managed to find a solution?
Edit: removing and re-adding Mobx-devtools on chrome fixed the issue for me :)
I started using it a couple of days ago, worked fine until 10 minutes ago. "No Roots" ever since. Have you managed to find a solution?
Edit: removing and re-adding Mobx-devtools on chrome fixed the issue for me :)
Works for me!