React 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 None (span)
at DO_NOT_USE_TOOLTIP (./app/components/tooltip.tsx:32:3)
at Tooltip (./app/components/tooltip.tsx:97:19)
at None (span)
at ConsoleLevelIcon (./app/views/replays/detail/console/consoleLogRow.tsx:151:28)
...
(45 additional frame(s) were not displayed)
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 Ng (../node_modules/react-dom/cjs/react-dom.profiling.min.js:242:48)
at Sh (../node_modules/react-dom/cjs/react-dom.profiling.min.js:172:408)
at ej (../node_modules/react-dom/cjs/react-dom.profiling.min.js:222:69)
at lj (../node_modules/react-dom/cjs/react-dom.profiling.min.js:229:17)
at mj (../node_modules/react-dom/cjs/react-dom.profiling.min.js:234:294)
...
(18 additional frame(s) were not displayed)