React
React Suspense Exception from useActionState caught incorrectly
React raised a Suspense Exception from useActionState because the interruption was captured incorrectly instead of being rethrown or allowed to suspend as designed.
React
React raised a Suspense Exception from useActionState because the interruption was captured incorrectly instead of being rethrown or allowed to suspend as designed.
Observed message
Suspense Exception: This is not a real error! It's an implementation detail of useActionState to interrupt the current render.
Why it happens
How to fix it
Official reference
React Docs: Minified React error #542Related errors
Explore more