-
Notifications
You must be signed in to change notification settings - Fork 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
Cannot call offsetWidth of undefined #33
Comments
Getting this error in latest Chrome too. |
Still getting this now |
@sidonaldson, help would be appreciated. But this particular issue seems like detached DOM or something similar ( And IE 9. Really? Beginning January 12, 2016, only the most current version of Internet Explorer available for a supported operating system will receive technical support and security updates. Lifecycle FAQ—Internet Explorer. |
Hi,
I use IE11 on Windows 7 and I run it in the IE9 developer mode. When I resize the window I get lots of errors where I try to access a property of undefined.
I do not get the error on IE11 in IE10 developer mode, or any other usual browsers.
Everything seems to be working, just that error is getting spammed into the console.
Since I bundle your code inside a larger app, and the IE doesn't give me the correct line I am not sure whether the folloring is correct:
I believe this is where the error occurs.
element
seems to be undefined.Sorry for the bad issue description, but I spent some time trying to find the excact spot or reason, but IE9 devtools just dont work.
The text was updated successfully, but these errors were encountered: