Closed grindlemire closed 8 years ago
Fixes bug in v0.3.6 where event listeners are removed when there is a call to componentDidUpdate. Fixes #12 that I created for this issue.
componentDidUpdate
Just as a note, the github compare does a weird job comparing the changes, I would recommend viewing the whole file to see it.
Thanks for this, much appreciated.
Fixes bug in v0.3.6 where event listeners are removed when there is a call to
componentDidUpdate
. Fixes #12 that I created for this issue.