errorCannot read property 'offsetHeight' of null
See original GitHub issueIssue return elements without key
Noted From Log
Check the render method of InfiniteScroll
. It was passed a child from Tours. See https://fb.me/react-warning-keys for more information.
in div (created by Tours)
in InfiniteScroll (created by Tours)
in div (created by Tours)
in section (created by Tours)
in div (created by Tours)
in div (created by Tours)
in Tours (created by Connect(Tours))
in Connect(Tours) (created by Route)
in Route (created by ClientRoute)
in Switch (created by ClientRoute)
in Router (created by ClientRoute)
in ClientRoute (created by Connect(ClientRoute))
in Connect(ClientRoute)
in div
in Provider
in AppContainer
Chrome Version: 65.0.3325
From Tracking
Please Help : @danbovey
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (1 by maintainers)
Top Results From Across the Web
TypeError: Cannot read property 'offsetHeight' of Null in JS
The "Cannot read property 'offsetHeight' of null" error occurs when trying to access the offsetHeight property on a null value. To solve the...
Read more >Cannot read property 'offsetHeight' of null after screen resize ...
What I am trying to do is on resize to re-calculate the tallest slide. Below is a Pseudo example of the main parts...
Read more >TypeError: Cannot read property 'offsetHeight' of null · Issue ...
This is caused by a race condition where the tooltip/popover open and close events are being called back to back. If you use...
Read more >Uncaught TypeError: Cannot read property 'offsetHeight' of null
This seems to be about positioning something. It does not seem to prevent publishing. Seems to be a good candidate to use try-catch...
Read more >Cannot read properties of null (reading 'offsetHeight')
It looks like one of the event handlers survived the component destroy phase and it is trying to access DOM elements that were...
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
@danbovey now that the linked PR was just merged, I believe this issue should be resolved?
@pratikt4f @partyKyoung @cherya does updating to version
1.2.1
resolve this issue for you?same for me