Describe 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
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Components listis some broken state and can't see any components past a certain point where it broke.keyof null traces down to https://github.com/glimmerjs/glimmer-vm/blob/858de79dbc4d5858365ccfcfce33e57407da81d1/packages/%40glimmer/reference/lib/iterable.ts#L294Expected 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