nextjs / latest / messages / no-async-client-component.html

No async client component

Client components cannot be async functions.

Why This Error Occurred

As per the React Server Component RFC on promise support, client components cannot be async functions.

Possible Ways to Fix It

  1. Remove the async keyword from the client component function declaration, or
  2. Convert the client component to a server component

© 2024 Vercel, Inc.
Licensed under the MIT License.
https://nextjs.org/docs/messages/no-async-client-component