Open rakeshgajula opened 7 years ago
@cyqresig could you merge this to your project and release a new version?
I have already fixed it in my project. I could release a new version but i don't think i can publish the release to NPM. It would be better if you can accept the pull request.
The component was failing on line 150. The following line
newState.containerHeight= this.createHeight(nextProps)
was failing as newState was still unassigned. The fix is to check for validity of newState before assignment.