-
Notifications
You must be signed in to change notification settings - Fork 509
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
errorCannot read property 'offsetHeight' of null #147
Comments
I'm having the same issue |
same for me |
We have also been running into this error. Opened a PR with a fix that seems to have fixed this specific error for us: https://github.com/CassetteRocks/react-infinite-scroller/pull/172 |
@danbovey now that the linked PR was just merged, I believe this issue should be resolved? @pratikt4f @partykyoung @cherya does updating to version |
Closed in #172 |
Is the problem solved? Why does this still exist on my side |
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
Please Help : @danbovey
The text was updated successfully, but these errors were encountered: