benjeffery / react-plotlyjs

ReactJS / PlotlyJS integration. Draw plotly.js graphs in your react app.
MIT License
111 stars 29 forks source link

Fixes Bug with event listeners #13

Closed grindlemire closed 8 years ago

grindlemire commented 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.

grindlemire commented 8 years ago

Just as a note, the github compare does a weird job comparing the changes, I would recommend viewing the whole file to see it.

benjeffery commented 8 years ago

Thanks for this, much appreciated.