-
Notifications
You must be signed in to change notification settings - Fork 13
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
Uncaught TypeError: this.refs.el.getBoundingClientRect is not a function #9
Comments
I'm also getting the same error. When you initialize the component |
the problem is that the <Sticky debug>
<div>
<YearlyCalendar dateTree={{}} />
</div>
</Sticky> |
@craig1123 @masylum version 2.1.4 was just published. the problem should be solved. if you update be shure to test if everything else works - and it should better ;) |
I use @2.1.5 with [email protected] and have also this error:
My component:
Wrapping in a
|
I have the same error :( |
Am I to assume since this was posted on |
Thank you for saving the life of a php developer who's working on a ReactJs project. Bless your soul! |
This error comes from line 145:
getBoundingClientRect() { return this.refs.el.getBoundingClientRect(); }
The text was updated successfully, but these errors were encountered: