-
Notifications
You must be signed in to change notification settings - Fork 40
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
Showing the table on resize only #17
Comments
Would you mind reproducing the error in a sample repo and sending me the link? |
Before Resizing After Resizing Repo : https://github.com/KhushilMistry/Managi Clone the repo. |
Here, this.refs.timeline.offsetWidth is getting undefined after the mounting of the initial screen. So it's showing an error. Giving it some initial condition will solve the error.
What do you think ? @codejamninja |
I should get a chance to look at this issue sometime this week. |
+1 @codejamninja did you get a chance to look at this? Would be cool because it is really a useful library :) |
@thomaskleiven thank you for reminding me. I will get to it soon. |
Uncaught TypeError: Cannot read property 'offsetWidth' of undefined
at ReactGantt.handleResize (index.js:108)
at index.js:93
Can you guide me here little?
The text was updated successfully, but these errors were encountered: