-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Add support for Next 13 app directory and client components #13849
Comments
I also would like to see the app directory working.
Tried adding the app folder to the tsconfig No success so far. |
Currently seems to be working fine for me while developing, but this happens when trying to build: #14558 |
anyone found a solution for this? |
This is currently supported as of v16.0.0 |
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context. |
Description
Add support for the Next.js 13/React 18 client components.
Motivation
Currently, at 15.3.3 the "use client" directive is not being passed to the compiled files in a shared library
The text was updated successfully, but these errors were encountered: