I see the React warning "Warning: Can't call setState (or forceUpdate) on an unmounted component." regularly, in particular in the setTimeout context initiated from manageScrollTimeouts.
The component should either cancel all timeouts in willUnmount, or check if's still mounted before each setState in asynchronous contexts.
I see the React warning "Warning: Can't call setState (or forceUpdate) on an unmounted component." regularly, in particular in the setTimeout context initiated from manageScrollTimeouts.
The component should either cancel all timeouts in willUnmount, or check if's still mounted before each setState in asynchronous contexts.
Version 0.13.0.