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.

errorCannot read property 'offsetHeight' of null

See original GitHub issue

Issue 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 ifs_2018-04-11 11 26 53

Please Help : @danbovey

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
skovycommented, Sep 14, 2018

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

1reaction
cheryacommented, Aug 9, 2018

same for me

Read more comments on GitHub >

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

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