StateMixin
Fixes issues with the state being set inside REST callbacks that aren't notified of the component being unmounted.
Problem:
var React = ; var Component = React
Solution:
var React = ;var StateMixin = ; var Component = React
Fixes issues with the state being set inside REST callbacks that aren't notified of the component being unmounted.
var React = ; var Component = React
var React = ;var StateMixin = ; var Component = React
npm i statemixin
0
0.1.0
ISC