mobx-devtools icon indicating copy to clipboard operation
mobx-devtools copied to clipboard

No Roots

Open rockodragon opened this issue 4 years ago • 4 comments

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")
);

rockodragon avatar Jun 23 '21 03:06 rockodragon

stopped working a couple of days ago.

Chrome 91.0.4472.106

paxarpp avatar Jun 23 '21 14:06 paxarpp

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".

rockodragon avatar Jun 23 '21 15:06 rockodragon

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 :)

Guy-Michael avatar Mar 16 '22 19:03 Guy-Michael

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!

githubfzq avatar Jul 07 '22 06:07 githubfzq