SamyPesse / react-mathjax

React component to display math formulas
Apache License 2.0
95 stars 35 forks source link

fixed issue with setState after component unloaded #25

Closed GerryFudd closed 10 months ago

GerryFudd commented 5 years ago

I was seeing an issue when a node would unload while the loadScript promise was active. I added a check for this to keep the onLoad method from trying to set the state of an unmounted component.