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
then drag tab t3 to right side of t5 and repeat the action quickly.
try for few times or sometimes more than ten times, the layout page crash and get below issue.
could u please have a try and help to fix,
many thanks.
UIErrorBoundaryPanel's componentDidCatch Error: Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates to prevent infinite loops.
at checkForNestedUpdates (react-dom.development.js:27296:1)
at scheduleUpdateOnFiber (react-dom.development.js:25480:1)
at Object.enqueueForceUpdate (react-dom.development.js:14124:1)
at Component.forceUpdate (react.development.js:377:1)
at DockLayout.updateTabCache (DockLayout.js:77:1)
at DockTabPane.updateCache (DockTabPane.js:27:1)
at DockTabPane.componentDidUpdate (DockTabPane.js:66:1)
at commitLayoutEffectOnFiber (react-dom.development.js:23337:1)
at commitLayoutMountEffects_complete (react-dom.development.js:24691:1)
at commitLayoutEffects_begin (react-dom.development.js:24677:1) {componentStack: '\n at DockTabPane (http://localhost:3000/UI/stat…ttp://localhost:3000/UI/static/js/bundle.js:43:1)'}
The text was updated successfully, but these errors were encountered:
Hi,
many thanks for your excellent layout, the experience is very good.
this week I got below error in my project sometimes and did not know what cause the issue,
So i copy code of demo of controlled-layout and config those tabs to cached.
(tabs: [{id: 't3', cached: true}, {id: 't4', cached: true}, {id: 't5', cached: true}, {id: 't6', cached: true},{id: 't7', cached: true}, {id: 't8', cached: true}, {id: 't19', cached: true}, {id: 't10', cached: true}])
then drag tab t3 to right side of t5 and repeat the action quickly.
try for few times or sometimes more than ten times, the layout page crash and get below issue.
could u please have a try and help to fix,
many thanks.
UIErrorBoundaryPanel's componentDidCatch Error: Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates to prevent infinite loops.
at checkForNestedUpdates (react-dom.development.js:27296:1)
at scheduleUpdateOnFiber (react-dom.development.js:25480:1)
at Object.enqueueForceUpdate (react-dom.development.js:14124:1)
at Component.forceUpdate (react.development.js:377:1)
at DockLayout.updateTabCache (DockLayout.js:77:1)
at DockTabPane.updateCache (DockTabPane.js:27:1)
at DockTabPane.componentDidUpdate (DockTabPane.js:66:1)
at commitLayoutEffectOnFiber (react-dom.development.js:23337:1)
at commitLayoutMountEffects_complete (react-dom.development.js:24691:1)
at commitLayoutEffects_begin (react-dom.development.js:24677:1) {componentStack: '\n at DockTabPane (http://localhost:3000/UI/stat…ttp://localhost:3000/UI/static/js/bundle.js:43:1)'}
The text was updated successfully, but these errors were encountered: