Merge pull request #25093 from overleaf/td-upgrade-react-error-boundary-second-attempt

Upgrade react-error-boundary to version 5, second attempt

GitOrigin-RevId: 2b88334b66f0ace383211c147279ff88e9f956bb
This commit is contained in:
Tim Down
2025-04-29 08:06:23 +00:00
committed by Copybot
parent d7bd665bee
commit 5d78229e1e
17 changed files with 150 additions and 106 deletions
@@ -10,4 +10,6 @@ const HistoryRoot = () => (
</HistoryProvider>
)
export default withErrorBoundary(memo(HistoryRoot), ErrorBoundaryFallback)
export default withErrorBoundary(memo(HistoryRoot), () => (
<ErrorBoundaryFallback />
))