-
Notifications
You must be signed in to change notification settings - Fork 27.8k
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
jsx file doesnt like jsx? #15251
Comments
Looks like you're not compiling the repo-components package that is imported here: https://github.com/maraisr/nextjs-repro-repo/blob/monorepo/packages/app/pages/index.js#L2 |
Typically though in a monorepo you don't compile things. And besides isn't the compilation part, the job of next? @timneutkens |
This change will potentially help with your particular use case: #13542 (comment) |
This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
Bug report
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
yarn
yarn workspace next-repro start
Expected behavior
Not to see error
Screenshots
System information
Additional context
Related: #13197, #706, #9474
The text was updated successfully, but these errors were encountered: