React
A Client Component was marked async
React detected an async Client Component, which is unsupported. This commonly happens when a server-oriented module is moved behind a 'use client' boundary accidentally.
React
React detected an async Client Component, which is unsupported. This commonly happens when a server-oriented module is moved behind a 'use client' boundary accidentally.
Observed message
An unknown Component is an async Client Component. Only Server Components can be async at the moment.
Why it happens
How to fix it
Official reference
React Docs: Minified React error #482Related errors
Explore more