You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TabList.prototype.componentDidUpdate = function (prevProps) {
var _this = this;
if (prevProps.indicatorWrapperStyle == null) {
setTimeout(function () { return _this.setState({ shouldAnimate: true }); });
}
};
"Warning: setState(...): Can only update a mounted or mounting component. This usually means you called setState() on an unmounted component. This is a no-op. Please check the code for the undefined component."
The text was updated successfully, but these errors were encountered:
cmslewis
changed the title
Tablist React Warning when Unmounted Right after a componentDidUpdate
TabList React Warning when Unmounted Right after a componentDidUpdate
Dec 6, 2016
This function is causing a warning:
"Warning: setState(...): Can only update a mounted or mounting component. This usually means you called setState() on an unmounted component. This is a no-op. Please check the code for the undefined component."
The text was updated successfully, but these errors were encountered: