React
React Suspense Exception from use caught incorrectly
React surfaced a Suspense Exception because use was captured incorrectly, usually inside try/catch, instead of being rethrown or allowed to suspend normally.
React
React surfaced a Suspense Exception because use was captured incorrectly, usually inside try/catch, instead of being rethrown or allowed to suspend normally.
Observed message
Suspense Exception: This is not a real error! It's an implementation detail of use to interrupt the current render.
Why it happens
How to fix it
Official reference
React Docs: Minified React error #460Related errors
Explore more