Skip to content
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

No Roots #105

Open
rockodragon opened this issue Jun 23, 2021 · 4 comments
Open

No Roots #105

rockodragon opened this issue Jun 23, 2021 · 4 comments

Comments

@rockodragon
Copy link

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

@paxarpp
Copy link

paxarpp commented Jun 23, 2021

stopped working a couple of days ago.

Chrome 91.0.4472.106

@rockodragon
Copy link
Author

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

@Guy-Michael
Copy link

Guy-Michael commented Mar 16, 2022

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

@githubfzq
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants