Can't see full list of components in `Components` tab after 4.0.0
See original GitHub issueDescribe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
- Go to ‘Components’
- Click on ‘Do a small search’
- Notice
Components list
is some broken state and can’t see any components past a certain point where it broke - See cannot read
.key
of null traces down to https://github.com/glimmerjs/glimmer-vm/blob/858de79dbc4d5858365ccfcfce33e57407da81d1/packages/%40glimmer/reference/lib/iterable.ts#L294
Expected behavior Should see the full list
Screenshots This line will repeatedly error out https://github.com/glimmerjs/glimmer-vm/blob/858de79dbc4d5858365ccfcfce33e57407da81d1/packages/%40glimmer/reference/lib/iterable.ts#L294 . If I find a small enough list I won’t see this error Environment Chrome 81.0.4044.138 Ember 3.16.5 Additional context Wish I could debug more, putting conditional breakpoints on the source never gets resolved even though it’s evident from the error it should
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
React tab doesn't appear in chrome developer tools
Then open inspect in chrome and you will see the two components and profiler options. Save this answer. Show activity on this post....
Read more >react developer tools does not showing components - You.com
The Components tab shows you the root React components that were rendered on the page, as well as the subcomponents that they ended...
Read more >Troubleshooting | React Native Elements
Checking the list of components on the left side bar, make sure you're using the right component. fontFamily (font-name) is not a system...
Read more >How To Debug React Components Using React Developer ...
Click on the Components tab to see the current component tree. Since this is a production build, the code will be minified and...
Read more >Version 5.0.0 - Mantine
Tabs component now supports the following new props: ... defaultRadius ) controls border-radius for all variants except default ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@mtrunt @mattmarcum @EWhite613 4.1.0 has been published on the chrome store, which should fix the issue. If it doesn’t, feel free to comment here and I can reopen the issue.
I noticed this after I posted the comment, but unfortunately even the nightly channel is currently quite behind due to long review queues (probably COVID-19 related). The current approves version of nightly is from May 1.
You can instead go here and download the build manually. Find the artifacts drop down and click chrome.zip. Unzip it into a folder. Go to chrome://extensions, disable the ember inspector you have now and click “Load unpacked…” and select the folder you unzipped.