Skip to content

No Roots #105

@rockodragon

Description

@rockodragon

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions