dev tools dont show up in 6.1.1
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from mobxjs/mobx-react-devtools
-
Difficulty 4/5 3-5 days Newbie friendliness 25/100
mobxjs/mobx-react-devtools#119 ·
-
Difficulty 5/5 Over a week Newbie friendliness 15/100
mobxjs/mobx-react-devtools#118 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 25/100
mobxjs/mobx-react-devtools#117 · 3 comments · 13 reactions ·
-
Difficulty 3/5 1-2 days Newbie friendliness 25/100
mobxjs/mobx-react-devtools#116 · 1 comment ·
-
Difficulty 5/5 Over a week Newbie friendliness 15/100
mobxjs/mobx-react-devtools#115 · 3 comments ·
All issues in mobxjs/mobx-react-devtools
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
HarperFast/skills#96 ·
-
[Block] Latest Posts [Type] Bug
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
Automattic/studio#4908 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
sugarlabs/musicblocks#8847 ·