React
React recovered from a concurrent rendering error by switching to sync render
React encountered a concurrent rendering problem and fell back to synchronously rendering the full root to recover.
React
React encountered a concurrent rendering problem and fell back to synchronously rendering the full root to recover.
Observed message
There was an error during concurrent rendering but React was able to recover by instead synchronously rendering the entire root.
Why it happens
How to fix it
Official reference
React Docs: Minified React error #520Related errors
Explore more