react-mathjax
react-mathjax copied to clipboard
fixed issue with setState after component unloaded
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.