-
Notifications
You must be signed in to change notification settings - Fork 150
Uncaught TypeError: Cannot read property 'firstElementChild' of undefined #42
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
Comments
Got the same issue in Edge And Chrome using ReactJS. |
The last commit on this project was Dec 5, 2014. It seems to me that this is abandoned. I created a very close to this project here (https://github.com/jonataswalker/watch-element-resize.js). |
Have the same issue |
Seeing this in the wild as well. According to our error tracking system this happens 97% on IE or Edge. |
Getting the same error. For me it´s happening during a unit test run. So far no idea what´s causing it. Picking up what @jonataswalker said: Is the project still maintained @sdecima ? |
it needs to add a parameter[true] to remove scroll event listener. Right?
|
I have an error when quickly adding and removing an element from DOM:
Seems that
__resizeTriggers__
is set tofalse
in the time thatresetTriggers
is called.This also happens in react-virtualized package. See this issue for more information bvaughn/react-virtualized#150
The text was updated successfully, but these errors were encountered: