React
React component suspended while responding to synchronous input
React detected a suspension during synchronous user input, which can cause the current UI to be replaced by a fallback unless the update is scheduled as a transition.
React
React detected a suspension during synchronous user input, which can cause the current UI to be replaced by a fallback unless the update is scheduled as a transition.
Observed message
A component suspended while responding to synchronous input. This will cause the UI to be replaced with a loading indicator.
Why it happens
How to fix it
Official reference
React Docs: Minified React error #426Related errors
Explore more