-
-
Notifications
You must be signed in to change notification settings - Fork 633
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uncaught TypeError: Cannot read property 'key' of null #1017
Comments
@TrySound Have you been able to isolate the component that the error is stemming from? Does this occur on intial render, after a setState, or some other event? |
Steps to reproduce missing :( |
Yeah, don't have a time yet. I guess I miss key props somewhere. |
Any update on a reproduction? |
This seems to happen to me when I Error:
No error:
Attaching error screen from a |
@LukeSheard I think this is the "culprit". It checks if a node is exactly an Array. React supports iterables I believe.
Here's a thread that I think discusses the upgrade of React |
Inferno supports iterables when If we want to bring iterable support into core that is separate discussion and new issue can be created for that. |
And again and again and again...
Observed Behaviour
Inferno is...
Uncaught TypeError: Cannot read property 'key' of null
at patchKeyedChildren (patching.js:421)
at patchChildren (patching.js:200)
at patchElement (patching.js:86)
at patch (patching.js:25)
at patchComponent (patching.js:324)
at patch (patching.js:17)
at patchComponent (patching.js:275)
at patch (patching.js:17)
at patchChildren (patching.js:191)
at patchElement (patching.js:86)
Expected Current Behaviour
Inferno should...
Inferno Metadata
macOS / Windowx / Linux
Safari / Chrome / Firefox / ...
The text was updated successfully, but these errors were encountered: