We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In Merge Duplicates, drop one sense card into another. The following error occurs:
Unexpected Application Error! Minified React error #185; visit https://reactjs.org/docs/error-decoder.html?invariant=185 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. Error: Minified React error #185; visit https://reactjs.org/docs/error-decoder.html?invariant=185 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. at rc (https://thecombine.app/static/js/main.8a50a610.js:2:630141) at Mi (https://thecombine.app/static/js/main.8a50a610.js:2:592925) at Object.callback (https://thecombine.app/static/js/main.8a50a610.js:2:592784) at https://thecombine.app/static/js/main.8a50a610.js:2:661880 at uc (https://thecombine.app/static/js/main.8a50a610.js:2:633475) at Object.notify (https://thecombine.app/static/js/main.8a50a610.js:2:661854) at Object.notifyNestedSubs (https://thecombine.app/static/js/main.8a50a610.js:2:662343) at i (https://thecombine.app/static/js/main.8a50a610.js:2:661698) at v (https://thecombine.app/static/js/main.8a50a610.js:2:697534) at https://thecombine.app/static/js/main.8a50a610.js:2:423723
Here's a more detailed error in dev:
react-dom.development.js:27292 Uncaught 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:27292:1) at scheduleUpdateOnFiber (react-dom.development.js:25475:1) at dispatchSetState (react-dom.development.js:17527:1) at setRef (setRef.js:16:1) at useForkRef.js:17:1 at Array.forEach () at useForkRef.js:16:1 at safelyDetachRef (react-dom.development.js:22908:1) at commitDeletionEffectsOnFiber (react-dom.development.js:24003:1) at recursivelyTraverseDeletionEffects (react-dom.development.js:23989:1) checkForNestedUpdates @ react-dom.development.js:27292 scheduleUpdateOnFiber @ react-dom.development.js:25475 dispatchSetState @ react-dom.development.js:17527 setRef @ setRef.js:16 (anonymous) @ useForkRef.js:17 (anonymous) @ useForkRef.js:16 safelyDetachRef @ react-dom.development.js:22908 commitDeletionEffectsOnFiber @ react-dom.development.js:24003 recursivelyTraverseDeletionEffects @ react-dom.development.js:23989 commitDeletionEffectsOnFiber @ react-dom.development.js:24118 recursivelyTraverseDeletionEffects @ react-dom.development.js:23989 commitDeletionEffectsOnFiber @ react-dom.development.js:24118 recursivelyTraverseDeletionEffects @ react-dom.development.js:23989 commitDeletionEffectsOnFiber @ react-dom.development.js:24118 [...] recursivelyTraverseMutationEffects @ react-dom.development.js:24273 commitMutationEffectsOnFiber @ react-dom.development.js:24576 recursivelyTraverseMutationEffects @ react-dom.development.js:24273 commitMutationEffectsOnFiber @ react-dom.development.js:24576 recursivelyTraverseMutationEffects @ react-dom.development.js:24273 commitMutationEffectsOnFiber @ react-dom.development.js:24576 recursivelyTraverseMutationEffects @ react-dom.development.js:24273 commitMutationEffectsOnFiber @ react-dom.development.js:24576 recursivelyTraverseMutationEffects @ react-dom.development.js:24273 commitMutationEffectsOnFiber @ react-dom.development.js:24293 Show 199 more frames Show less console.js:213 Warning: Maximum update depth exceeded. This can happen when a component calls setState inside useEffect, but useEffect either doesn't have a dependency array, or one of the dependencies changes on every render. at PartOfSpeech (http://localhost:3000/static/js/bundle.js:12175:68) at div at div at http://localhost:3000/static/js/bundle.js:21976:66 at CardContent (http://localhost:3000/static/js/bundle.js:28450:82) at SenseCardContent (http://localhost:3000/static/js/src_goals_MergeDuplicates_MergeDupsCompleted_tsx.chunk.js:365:37) at div at http://localhost:3000/static/js/bundle.js:21976:66 at Paper (http://localhost:3000/static/js/bundle.js:37780:83) at http://localhost:3000/static/js/bundle.js:21976:66 at Card (http://localhost:3000/static/js/bundle.js:28584:82) at Draggable (http://localhost:3000/static/js/vendors-node_modules_mui_icons-material_esm_ArrowForwardIos_js-node_modules_mui_icons-materia-b1f74a.chunk.js:7069:58) at ConnectFunction (http://localhost:3000/static/js/vendors-node_modules_mui_icons-material_esm_ArrowForwardIos_js-node_modules_mui_icons-materia-b1f74a.chunk.js:8235:68) at PrivateDraggable (http://localhost:3000/static/js/vendors-node_modules_mui_icons-material_esm_ArrowForwardIos_js-node_modules_mui_icons-materia-b1f74a.chunk.js:7371:26) at PublicDraggable (http://localhost:3000/static/js/vendors-node_modules_mui_icons-material_esm_ArrowForwardIos_js-node_modules_mui_icons-materia-b1f74a.chunk.js:7379:32) at DragSense (http://localhost:3000/static/js/src_goals_MergeDuplicates_MergeDupsStep_index_tsx.chunk.js:51:94) at div at div at Droppable (http://localhost:3000/static/js/vendors-node_modules_mui_icons-material_esm_ArrowForwardIos_js-node_modules_mui_icons-materia-b1f74a.chunk.js:7390:69) at ConnectFunction (http://localhost:3000/static/js/vendors-node_modules_mui_icons-material_esm_ArrowForwardIos_js-node_modules_mui_icons-materia-b1f74a.chunk.js:8235:68) at div at http://localhost:3000/static/js/bundle.js:21976:66 at Paper (http://localhost:3000/static/js/bundle.js:37780:83) at DropWord (http://localhost:3000/static/js/src_goals_MergeDuplicates_MergeDupsStep_index_tsx.chunk.js:205:79) at li at http://localhost:3000/static/js/bundle.js:21976:66 at ImageListItem (http://localhost:3000/static/js/vendors-node_modules_microsoft_signalr_dist_esm_HubConnectionBuilder_js-node_modules_mui_icon-a71297.chunk.js:17170:82) at ul at http://localhost:3000/static/js/bundle.js:21976:66 at ImageList (http://localhost:3000/static/js/vendors-node_modules_microsoft_signalr_dist_esm_HubConnectionBuilder_js-node_modules_mui_icon-a71297.chunk.js:17402:82) at div at http://localhost:3000/static/js/bundle.js:21976:66 at Grid (http://localhost:3000/static/js/bundle.js:32020:87) at div at http://localhost:3000/static/js/bundle.js:21976:66 at Grid (http://localhost:3000/static/js/bundle.js:32020:87) at Provider (http://localhost:3000/static/js/vendors-node_modules_mui_icons-material_esm_ArrowForwardIos_js-node_modules_mui_icons-materia-b1f74a.chunk.js:7977:20) at App (http://localhost:3000/static/js/vendors-node_modules_mui_icons-material_esm_ArrowForwardIos_js-node_modules_mui_icons-materia-b1f74a.chunk.js:6164:25) at ErrorBoundary (http://localhost:3000/static/js/vendors-node_modules_mui_icons-material_esm_ArrowForwardIos_js-node_modules_mui_icons-materia-b1f74a.chunk.js:377:35) at DragDropContext (http://localhost:3000/static/js/vendors-node_modules_mui_icons-material_esm_ArrowForwardIos_js-node_modules_mui_icons-materia-b1f74a.chunk.js:6288:19) at MergeDragDrop (http://localhost:3000/static/js/src_goals_MergeDuplicates_MergeDupsStep_index_tsx.chunk.js:705:79) at div at MergeDupsStep (http://localhost:3000/static/js/src_goals_MergeDuplicates_MergeDupsStep_index_tsx.chunk.js:1170:80) at MergeDups (http://localhost:3000/static/js/src_goals_MergeDuplicates_index_tsx.chunk.js:25:16) at InnerLoadable (http://localhost:3000/static/js/bundle.js:23549:34) at LoadableWithChunkExtractor at Loadable at BaseGoalScreen (http://localhost:3000/static/js/src_goals_DefaultGoal_BaseGoalScreen_tsx.chunk.js:192:75) at LoadingGoalScreen (http://localhost:3000/static/js/src_goals_DefaultGoal_BaseGoalScreen_tsx.chunk.js:171:81) at InnerLoadable (http://localhost:3000/static/js/bundle.js:23549:34) at LoadableWithChunkExtractor at Loadable at RenderedRoute (http://localhost:3000/static/js/bundle.js:100689:5) at Routes (http://localhost:3000/static/js/bundle.js:101311:5) at ThemeProvider (http://localhost:3000/static/js/bundle.js:44046:5) at ThemeProvider (http://localhost:3000/static/js/bundle.js:44436:5) at ThemeProvider (http://localhost:3000/static/js/bundle.js:42252:14) at AppWithBar (http://localhost:3000/static/js/src_components_App_AppLoggedIn_tsx.chunk.js:1298:76) at InnerLoadable (http://localhost:3000/static/js/bundle.js:23549:34) at LoadableWithChunkExtractor at Loadable at RequireAuth (http://localhost:3000/static/js/bundle.js:17116:76) at RenderedRoute (http://localhost:3000/static/js/bundle.js:100689:5) at RenderErrorBoundary (http://localhost:3000/static/js/bundle.js:100636:5) at DataRoutes (http://localhost:3000/static/js/bundle.js:99299:5) at Router (http://localhost:3000/static/js/bundle.js:101249:15) at RouterProvider (http://localhost:3000/static/js/bundle.js:99141:5) at Suspense at div at App at PersistGate (http://localhost:3000/static/js/bundle.js:107759:5) at Provider (http://localhost:3000/static/js/bundle.js:96255:3) at SnackbarProvider (http://localhost:3000/static/js/bundle.js:68629:24) at ThemeProvider (http://localhost:3000/static/js/bundle.js:44046:5) at ThemeProvider (http://localhost:3000/static/js/bundle.js:44436:5) at ThemeProvider (http://localhost:3000/static/js/bundle.js:42252:14) at StyledEngineProvider (http://localhost:3000/static/js/bundle.js:44229:5) overrideMethod @ console.js:213 printWarning @ react-dom.development.js:86 error @ react-dom.development.js:60 checkForNestedUpdates @ react-dom.development.js:27300 scheduleUpdateOnFiber @ react-dom.development.js:25475 dispatchSetState @ react-dom.development.js:17527 setRef @ setRef.js:16 (anonymous) @ useForkRef.js:17 (anonymous) @ useForkRef.js:16 safelyDetachRef @ react-dom.development.js:22908 commitDeletionEffectsOnFiber @ react-dom.development.js:24003 recursivelyTraverseDeletionEffects @ react-dom.development.js:23989 commitDeletionEffectsOnFiber @ react-dom.development.js:24118 recursivelyTraverseDeletionEffects @ react-dom.development.js:23989 commitDeletionEffectsOnFiber @ react-dom.development.js:24118 recursivelyTraverseDeletionEffects @ react-dom.development.js:23989 commitDeletionEffectsOnFiber @ react-dom.development.js:24118 commitDeletionEffects @ react-dom.development.js:23976 recursivelyTraverseMutationEffects @ react-dom.development.js:24259 commitMutationEffectsOnFiber @ react-dom.development.js:24293 recursivelyTraverseMutationEffects @ react-dom.development.js:24273 commitMutationEffectsOnFiber @ react-dom.development.js:24346 recursivelyTraverseMutationEffects @ react-dom.development.js:24273 commitMutationEffectsOnFiber @ react-dom.development.js:24346 recursivelyTraverseMutationEffects @ react-dom.development.js:24273 commitMutationEffectsOnFiber @ react-dom.development.js:24293 recursivelyTraverseMutationEffects @ react-dom.development.js:24273 commitMutationEffectsOnFiber @ react-dom.development.js:24293 recursivelyTraverseMutationEffects @ react-dom.development.js:24273 commitMutationEffectsOnFiber @ react-dom.development.js:24293 recursivelyTraverseMutationEffects @ react-dom.development.js:24273 commitMutationEffectsOnFiber @ react-dom.development.js:24346 recursivelyTraverseMutationEffects @ react-dom.development.js:24273 commitMutationEffectsOnFiber @ react-dom.development.js:24293 recursivelyTraverseMutationEffects @ react-dom.development.js:24273 [...] recursivelyTraverseMutationEffects @ react-dom.development.js:24273 commitMutationEffectsOnFiber @ react-dom.development.js:24576 recursivelyTraverseMutationEffects @ react-dom.development.js:24273 commitMutationEffectsOnFiber @ react-dom.development.js:24576 recursivelyTraverseMutationEffects @ react-dom.development.js:24273 commitMutationEffectsOnFiber @ react-dom.development.js:24576 Show 200 more frames Show less console.js:213 The above error occurred in the component: at span at Tooltip (http://localhost:3000/static/js/bundle.js:40851:83) at IconButtonWithTooltip (http://localhost:3000/static/js/bundle.js:11865:68) at CatGroupButton at PartOfSpeech (http://localhost:3000/static/js/bundle.js:12175:68) at div at div at http://localhost:3000/static/js/bundle.js:21976:66 at CardContent (http://localhost:3000/static/js/bundle.js:28450:82) at SenseCardContent (http://localhost:3000/static/js/src_goals_MergeDuplicates_MergeDupsCompleted_tsx.chunk.js:365:37) at div at http://localhost:3000/static/js/bundle.js:21976:66 at Paper (http://localhost:3000/static/js/bundle.js:37780:83) at http://localhost:3000/static/js/bundle.js:21976:66 at Card (http://localhost:3000/static/js/bundle.js:28584:82) at Draggable (http://localhost:3000/static/js/vendors-node_modules_mui_icons-material_esm_ArrowForwardIos_js-node_modules_mui_icons-materia-b1f74a.chunk.js:7069:58) at ConnectFunction (http://localhost:3000/static/js/vendors-node_modules_mui_icons-material_esm_ArrowForwardIos_js-node_modules_mui_icons-materia-b1f74a.chunk.js:8235:68) at PrivateDraggable (http://localhost:3000/static/js/vendors-node_modules_mui_icons-material_esm_ArrowForwardIos_js-node_modules_mui_icons-materia-b1f74a.chunk.js:7371:26) at PublicDraggable (http://localhost:3000/static/js/vendors-node_modules_mui_icons-material_esm_ArrowForwardIos_js-node_modules_mui_icons-materia-b1f74a.chunk.js:7379:32) at DragSense (http://localhost:3000/static/js/src_goals_MergeDuplicates_MergeDupsStep_index_tsx.chunk.js:51:94) at div at div at Droppable (http://localhost:3000/static/js/vendors-node_modules_mui_icons-material_esm_ArrowForwardIos_js-node_modules_mui_icons-materia-b1f74a.chunk.js:7390:69) at ConnectFunction (http://localhost:3000/static/js/vendors-node_modules_mui_icons-material_esm_ArrowForwardIos_js-node_modules_mui_icons-materia-b1f74a.chunk.js:8235:68) at div at http://localhost:3000/static/js/bundle.js:21976:66 at Paper (http://localhost:3000/static/js/bundle.js:37780:83) at DropWord (http://localhost:3000/static/js/src_goals_MergeDuplicates_MergeDupsStep_index_tsx.chunk.js:205:79) at li at http://localhost:3000/static/js/bundle.js:21976:66 at ImageListItem (http://localhost:3000/static/js/vendors-node_modules_microsoft_signalr_dist_esm_HubConnectionBuilder_js-node_modules_mui_icon-a71297.chunk.js:17170:82) at ul at http://localhost:3000/static/js/bundle.js:21976:66 at ImageList (http://localhost:3000/static/js/vendors-node_modules_microsoft_signalr_dist_esm_HubConnectionBuilder_js-node_modules_mui_icon-a71297.chunk.js:17402:82) at div at http://localhost:3000/static/js/bundle.js:21976:66 at Grid (http://localhost:3000/static/js/bundle.js:32020:87) at div at http://localhost:3000/static/js/bundle.js:21976:66 at Grid (http://localhost:3000/static/js/bundle.js:32020:87) at Provider (http://localhost:3000/static/js/vendors-node_modules_mui_icons-material_esm_ArrowForwardIos_js-node_modules_mui_icons-materia-b1f74a.chunk.js:7977:20) at App (http://localhost:3000/static/js/vendors-node_modules_mui_icons-material_esm_ArrowForwardIos_js-node_modules_mui_icons-materia-b1f74a.chunk.js:6164:25) at ErrorBoundary (http://localhost:3000/static/js/vendors-node_modules_mui_icons-material_esm_ArrowForwardIos_js-node_modules_mui_icons-materia-b1f74a.chunk.js:377:35) at DragDropContext (http://localhost:3000/static/js/vendors-node_modules_mui_icons-material_esm_ArrowForwardIos_js-node_modules_mui_icons-materia-b1f74a.chunk.js:6288:19) at MergeDragDrop (http://localhost:3000/static/js/src_goals_MergeDuplicates_MergeDupsStep_index_tsx.chunk.js:705:79) at div at MergeDupsStep (http://localhost:3000/static/js/src_goals_MergeDuplicates_MergeDupsStep_index_tsx.chunk.js:1170:80) at MergeDups (http://localhost:3000/static/js/src_goals_MergeDuplicates_index_tsx.chunk.js:25:16) at InnerLoadable (http://localhost:3000/static/js/bundle.js:23549:34) at LoadableWithChunkExtractor at Loadable at BaseGoalScreen (http://localhost:3000/static/js/src_goals_DefaultGoal_BaseGoalScreen_tsx.chunk.js:192:75) at LoadingGoalScreen (http://localhost:3000/static/js/src_goals_DefaultGoal_BaseGoalScreen_tsx.chunk.js:171:81) at InnerLoadable (http://localhost:3000/static/js/bundle.js:23549:34) at LoadableWithChunkExtractor at Loadable at RenderedRoute (http://localhost:3000/static/js/bundle.js:100689:5) at Routes (http://localhost:3000/static/js/bundle.js:101311:5) at ThemeProvider (http://localhost:3000/static/js/bundle.js:44046:5) at ThemeProvider (http://localhost:3000/static/js/bundle.js:44436:5) at ThemeProvider (http://localhost:3000/static/js/bundle.js:42252:14) at AppWithBar (http://localhost:3000/static/js/src_components_App_AppLoggedIn_tsx.chunk.js:1298:76) at InnerLoadable (http://localhost:3000/static/js/bundle.js:23549:34) at LoadableWithChunkExtractor at Loadable at RequireAuth (http://localhost:3000/static/js/bundle.js:17116:76) at RenderedRoute (http://localhost:3000/static/js/bundle.js:100689:5) at RenderErrorBoundary (http://localhost:3000/static/js/bundle.js:100636:5) at DataRoutes (http://localhost:3000/static/js/bundle.js:99299:5) at Router (http://localhost:3000/static/js/bundle.js:101249:15) at RouterProvider (http://localhost:3000/static/js/bundle.js:99141:5) at Suspense at div at App at PersistGate (http://localhost:3000/static/js/bundle.js:107759:5) at Provider (http://localhost:3000/static/js/bundle.js:96255:3) at SnackbarProvider (http://localhost:3000/static/js/bundle.js:68629:24) at ThemeProvider (http://localhost:3000/static/js/bundle.js:44046:5) at ThemeProvider (http://localhost:3000/static/js/bundle.js:44436:5) at ThemeProvider (http://localhost:3000/static/js/bundle.js:42252:14) at StyledEngineProvider (http://localhost:3000/static/js/bundle.js:44229:5) React will try to recreate this component tree from scratch using the error boundary you provided, ErrorBoundary. overrideMethod @ console.js:213 logCapturedError @ react-dom.development.js:18687 callback @ react-dom.development.js:18755 callCallback @ react-dom.development.js:13923 commitUpdateQueue @ react-dom.development.js:13944 commitLayoutEffectOnFiber @ react-dom.development.js:23364 commitLayoutMountEffects_complete @ react-dom.development.js:24688 commitLayoutEffects_begin @ react-dom.development.js:24674 commitLayoutEffects_begin @ react-dom.development.js:24656 commitLayoutEffects @ react-dom.development.js:24612 commitRootImpl @ react-dom.development.js:26823 commitRoot @ react-dom.development.js:26682 performSyncWorkOnRoot @ react-dom.development.js:26117 flushSyncCallbacks @ react-dom.development.js:12042 (anonymous) @ react-dom.development.js:25651 Show 15 more frames Show less react-dom.development.js:27292 Uncaught 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:27292:1) at scheduleUpdateOnFiber (react-dom.development.js:25475:1) at dispatchSetState (react-dom.development.js:17527:1) at setRef (setRef.js:16:1) at useForkRef.js:17:1 at Array.forEach () at useForkRef.js:16:1 at safelyDetachRef (react-dom.development.js:22908:1) at commitDeletionEffectsOnFiber (react-dom.development.js:24003:1) at recursivelyTraverseDeletionEffects (react-dom.development.js:23989:1) checkForNestedUpdates @ react-dom.development.js:27292 scheduleUpdateOnFiber @ react-dom.development.js:25475 dispatchSetState @ react-dom.development.js:17527 setRef @ setRef.js:16 (anonymous) @ useForkRef.js:17 (anonymous) @ useForkRef.js:16 safelyDetachRef @ react-dom.development.js:22908 commitDeletionEffectsOnFiber @ react-dom.development.js:24003 recursivelyTraverseDeletionEffects @ react-dom.development.js:23989 commitDeletionEffectsOnFiber @ react-dom.development.js:24118 recursivelyTraverseDeletionEffects @ react-dom.development.js:23989 commitDeletionEffectsOnFiber @ react-dom.development.js:24118 recursivelyTraverseDeletionEffects @ react-dom.development.js:23989 commitDeletionEffectsOnFiber @ react-dom.development.js:24118 commitDeletionEffects @ react-dom.development.js:23976 recursivelyTraverseMutationEffects @ react-dom.development.js:24259 commitMutationEffectsOnFiber @ react-dom.development.js:24293 recursivelyTraverseMutationEffects @ react-dom.development.js:24273 commitMutationEffectsOnFiber @ react-dom.development.js:24346 recursivelyTraverseMutationEffects @ react-dom.development.js:24273 commitMutationEffectsOnFiber @ react-dom.development.js:24346 [...] recursivelyTraverseMutationEffects @ react-dom.development.js:24273 commitMutationEffectsOnFiber @ react-dom.development.js:24576 recursivelyTraverseMutationEffects @ react-dom.development.js:24273 commitMutationEffectsOnFiber @ react-dom.development.js:24576 recursivelyTraverseMutationEffects @ react-dom.development.js:24273 commitMutationEffectsOnFiber @ react-dom.development.js:24576 recursivelyTraverseMutationEffects @ react-dom.development.js:24273 commitMutationEffectsOnFiber @ react-dom.development.js:24293 Show 199 more frames Show less console.js:213 Error handled by React Router default ErrorBoundary: 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:27292:1) at scheduleUpdateOnFiber (react-dom.development.js:25475:1) at dispatchSetState (react-dom.development.js:17527:1) at setRef (setRef.js:16:1) at useForkRef.js:17:1 at Array.forEach () at useForkRef.js:16:1 at safelyDetachRef (react-dom.development.js:22908:1) at commitDeletionEffectsOnFiber (react-dom.development.js:24003:1) at recursivelyTraverseDeletionEffects (react-dom.development.js:23989:1) at DefaultErrorComponent (http://localhost:3000/static/js/bundle.js:100604:15) at RenderErrorBoundary (http://localhost:3000/static/js/bundle.js:100636:5) at DataRoutes (http://localhost:3000/static/js/bundle.js:99299:5) at Router (http://localhost:3000/static/js/bundle.js:101249:15) at RouterProvider (http://localhost:3000/static/js/bundle.js:99141:5) at Suspense at div at App at PersistGate (http://localhost:3000/static/js/bundle.js:107759:5) at Provider (http://localhost:3000/static/js/bundle.js:96255:3) at SnackbarProvider (http://localhost:3000/static/js/bundle.js:68629:24) at ThemeProvider (http://localhost:3000/static/js/bundle.js:44046:5) at ThemeProvider (http://localhost:3000/static/js/bundle.js:44436:5) at ThemeProvider (http://localhost:3000/static/js/bundle.js:42252:14) at StyledEngineProvider (http://localhost:3000/static/js/bundle.js:44229:5) overrideMethod @ console.js:213 DefaultErrorComponent @ hooks.tsx:515 renderWithHooks @ react-dom.development.js:16305 mountIndeterminateComponent @ react-dom.development.js:20074 beginWork @ react-dom.development.js:21587 beginWork$1 @ react-dom.development.js:27426 performUnitOfWork @ react-dom.development.js:26557 workLoopSync @ react-dom.development.js:26466 renderRootSync @ react-dom.development.js:26434 performSyncWorkOnRoot @ react-dom.development.js:26085 flushSyncCallbacks @ react-dom.development.js:12042 (anonymous) @ react-dom.development.js:25651 Show 12 more frames Show less console.js:213 The above error occurred in the component: at ErrorBoundary (http://localhost:3000/static/js/vendors-node_modules_mui_icons-material_esm_ArrowForwardIos_js-node_modules_mui_icons-materia-b1f74a.chunk.js:377:35) at DragDropContext (http://localhost:3000/static/js/vendors-node_modules_mui_icons-material_esm_ArrowForwardIos_js-node_modules_mui_icons-materia-b1f74a.chunk.js:6288:19) at MergeDragDrop (http://localhost:3000/static/js/src_goals_MergeDuplicates_MergeDupsStep_index_tsx.chunk.js:705:79) at div at MergeDupsStep (http://localhost:3000/static/js/src_goals_MergeDuplicates_MergeDupsStep_index_tsx.chunk.js:1170:80) at MergeDups (http://localhost:3000/static/js/src_goals_MergeDuplicates_index_tsx.chunk.js:25:16) at InnerLoadable (http://localhost:3000/static/js/bundle.js:23549:34) at LoadableWithChunkExtractor at Loadable at BaseGoalScreen (http://localhost:3000/static/js/src_goals_DefaultGoal_BaseGoalScreen_tsx.chunk.js:192:75) at LoadingGoalScreen (http://localhost:3000/static/js/src_goals_DefaultGoal_BaseGoalScreen_tsx.chunk.js:171:81) at InnerLoadable (http://localhost:3000/static/js/bundle.js:23549:34) at LoadableWithChunkExtractor at Loadable at RenderedRoute (http://localhost:3000/static/js/bundle.js:100689:5) at Routes (http://localhost:3000/static/js/bundle.js:101311:5) at ThemeProvider (http://localhost:3000/static/js/bundle.js:44046:5) at ThemeProvider (http://localhost:3000/static/js/bundle.js:44436:5) at ThemeProvider (http://localhost:3000/static/js/bundle.js:42252:14) at AppWithBar (http://localhost:3000/static/js/src_components_App_AppLoggedIn_tsx.chunk.js:1298:76) at InnerLoadable (http://localhost:3000/static/js/bundle.js:23549:34) at LoadableWithChunkExtractor at Loadable at RequireAuth (http://localhost:3000/static/js/bundle.js:17116:76) at RenderedRoute (http://localhost:3000/static/js/bundle.js:100689:5) at RenderErrorBoundary (http://localhost:3000/static/js/bundle.js:100636:5) at DataRoutes (http://localhost:3000/static/js/bundle.js:99299:5) at Router (http://localhost:3000/static/js/bundle.js:101249:15) at RouterProvider (http://localhost:3000/static/js/bundle.js:99141:5) at Suspense at div at App at PersistGate (http://localhost:3000/static/js/bundle.js:107759:5) at Provider (http://localhost:3000/static/js/bundle.js:96255:3) at SnackbarProvider (http://localhost:3000/static/js/bundle.js:68629:24) at ThemeProvider (http://localhost:3000/static/js/bundle.js:44046:5) at ThemeProvider (http://localhost:3000/static/js/bundle.js:44436:5) at ThemeProvider (http://localhost:3000/static/js/bundle.js:42252:14) at StyledEngineProvider (http://localhost:3000/static/js/bundle.js:44229:5) React will try to recreate this component tree from scratch using the error boundary you provided, RenderErrorBoundary. overrideMethod @ console.js:213 logCapturedError @ react-dom.development.js:18687 callback @ react-dom.development.js:18755 callCallback @ react-dom.development.js:13923 commitUpdateQueue @ react-dom.development.js:13944 commitLayoutEffectOnFiber @ react-dom.development.js:23364 commitLayoutMountEffects_complete @ react-dom.development.js:24688 commitLayoutEffects_begin @ react-dom.development.js:24674 commitLayoutEffects_begin @ react-dom.development.js:24656 commitLayoutEffects @ react-dom.development.js:24612 commitRootImpl @ react-dom.development.js:26823 commitRoot @ react-dom.development.js:26682 performSyncWorkOnRoot @ react-dom.development.js:26117 flushSyncCallbacks @ react-dom.development.js:12042 (anonymous) @ react-dom.development.js:25651 Show 15 more frames Show less console.js:213 React Router caught the following error during render 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:27292:1) at scheduleUpdateOnFiber (react-dom.development.js:25475:1) at dispatchSetState (react-dom.development.js:17527:1) at setRef (setRef.js:16:1) at useForkRef.js:17:1 at Array.forEach () at useForkRef.js:16:1 at safelyDetachRef (react-dom.development.js:22908:1) at commitDeletionEffectsOnFiber (react-dom.development.js:24003:1) at recursivelyTraverseDeletionEffects (react-dom.development.js:23989:1) {componentStack: '\n at ErrorBoundary (http://localhost:3000/stati…ttp://localhost:3000/static/js/bundle.js:44229:5)'} at RenderErrorBoundary (http://localhost:3000/static/js/bundle.js:100636:5) at DataRoutes (http://localhost:3000/static/js/bundle.js:99299:5) at Router (http://localhost:3000/static/js/bundle.js:101249:15) at RouterProvider (http://localhost:3000/static/js/bundle.js:99141:5) at Suspense at div at App at PersistGate (http://localhost:3000/static/js/bundle.js:107759:5) at Provider (http://localhost:3000/static/js/bundle.js:96255:3) at SnackbarProvider (http://localhost:3000/static/js/bundle.js:68629:24) at ThemeProvider (http://localhost:3000/static/js/bundle.js:44046:5) at ThemeProvider (http://localhost:3000/static/js/bundle.js:44436:5) at ThemeProvider (http://localhost:3000/static/js/bundle.js:42252:14) at StyledEngineProvider (http://localhost:3000/static/js/bundle.js:44229:5)
The text was updated successfully, but these errors were encountered:
This bug arose in #2791
Sorry, something went wrong.
imnasnainaec
Successfully merging a pull request may close this issue.
In Merge Duplicates, drop one sense card into another. The following error occurs:
Here's a more detailed error in dev:
The text was updated successfully, but these errors were encountered: