question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't see full list of components in `Components` tab after 4.0.0

See original GitHub issue

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to ‘Components’
  2. Click on ‘Do a small search’
  3. Notice Components list is some broken state and can’t see any components past a certain point where it broke
  4. 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:closed
  • Created 3 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
chancancodecommented, May 18, 2020

@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.

1reaction
chancancodecommented, May 14, 2020

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found