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:
@@ -10,4 +10,6 @@ const HistoryRoot = () => (
|
||||
</HistoryProvider>
|
||||
)
|
||||
|
||||
export default withErrorBoundary(memo(HistoryRoot), ErrorBoundaryFallback)
|
||||
export default withErrorBoundary(memo(HistoryRoot), () => (
|
||||
<ErrorBoundaryFallback />
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user