plotly / react-plotly.js

A plotly.js React component from Plotly 📈
MIT License
1.01k stars 135 forks source link

Avoids purging el on unmount if el is not found #301

Closed willleahy closed 1 year ago

willleahy commented 1 year ago

Fixes an issue where, when changing a route in an SPA, unmount will be called after the page changes and this.el can no longer be found.