dev tools dont show up in 6.1.1

Open
#112 2 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
javascript, react
Domain
devtools

Research direction

Start by reproducing the issue with the provided React.lazy import and compare behavior between versions 6.0.3 and 6.1.1. Done means the dev tools appear in the top-right corner again when running the shown code outside production mode.

Written by the indexing model from the issue text.

Description

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>
Dominant language
JavaScript
Stars
1.2k
Forks
45
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from mobxjs/mobx-react-devtools

All issues in mobxjs/mobx-react-devtools

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.