Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 08-parallel-routes.mdx #59966

Merged
merged 2 commits into from
Dec 27, 2023
Merged

Update 08-parallel-routes.mdx #59966

merged 2 commits into from
Dec 27, 2023

Conversation

ShahriarKh
Copy link
Contributor

Replace async functions with sync functions in client components because:

Error: async/await is not yet supported in Client Components, only Server Components.
This error is often caused by accidentally adding `'use client'` to a module that was originally written for the server.

replace async functions with sync functions in client components
@ShahriarKh ShahriarKh requested review from a team as code owners December 27, 2023 14:30
@ShahriarKh ShahriarKh requested review from jh3y and molebox and removed request for a team December 27, 2023 14:30
@ijjk
Copy link
Member

ijjk commented Dec 27, 2023

Allow CI Workflow Run

  • approve CI run for commit: b642704

Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer

@leerob leerob merged commit 332bf6d into vercel:canary Dec 27, 2023
31 checks passed
@ShahriarKh ShahriarKh deleted the patch-2 branch December 27, 2023 22:06
agustints pushed a commit to agustints/next.js that referenced this pull request Jan 6, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants