We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here's the related PR which supports emitting async component during SSR to optimize hydration.
Could you add support for this, too ?
The text was updated successfully, but these errors were encountered:
Emit client component chunk scripts during SSR
335ef4d
Based on facebook/react#27314 This feature requires `AsyncLocalStorage` to be available in the edge environment via the `node:async_hooks` module. This is the case for [Vercel](https://vercel.com/docs/functions/edge-functions/edge-runtime#compatible-node.js-modules) as well as [Cloudflare](https://developers.cloudflare.com/workers/runtime-apis/nodejs/asynclocalstorage/). fixes #17
f3b68ab
Successfully merging a pull request may close this issue.
Here's the related PR which supports emitting async component during SSR to optimize hydration.
Could you add support for this, too ?
The text was updated successfully, but these errors were encountered: