mobxjs / mobxjs/mobx-react-devtools

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.

Dominant language
JavaScript
Stars
1.2k
Forks
45
PR merge metrics
No merged PRs in 30d

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>

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.

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.

Assessment

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.