Skip to content

dev tools dont show up in 6.1.1 #112

@pdeva

Description

@pdeva

upgrading from 6.0.3 to 6.1.1, the dev tools no longer show up in the top right corner.

my code to load them:

const DevTools = React.lazy(() =>
			process.env.NODE_ENV === "production" ? 
Promise.resolve({default: () => null}) : (import("mobx-react-devtools") as any)
		);
<React.Suspense fallback={null}>
	<DevTools/>
</React.Suspense>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions