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

jsx file doesnt like jsx? #15251

Closed
maraisr opened this issue Jul 17, 2020 · 4 comments
Closed

jsx file doesnt like jsx? #15251

maraisr opened this issue Jul 17, 2020 · 4 comments

Comments

@maraisr
Copy link

maraisr commented Jul 17, 2020

Bug report

Describe the bug

A clear and concise description of what the bug is.

To Reproduce

  1. Clone https://github.com/maraisr/nextjs-repro-repo/tree/monorepo
  2. run yarn
  3. run yarn workspace next-repro start
  4. See error

Expected behavior

Not to see error

Screenshots

image

System information

  • OS: Windows
  • Browser: Firefox
  • Version of Next: 9.4.4
  • Version of Node.js: 14

Additional context

Related: #13197, #706, #9474

@timneutkens
Copy link
Member

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

This is indeed a duplicate of #706 and #9474

@maraisr
Copy link
Author

maraisr commented Jul 17, 2020

Typically though in a monorepo you don't compile things. And besides isn't the compilation part, the job of next? @timneutkens

@timneutkens
Copy link
Member

This change will potentially help with your particular use case: #13542 (comment)

@balazsorban44
Copy link
Member

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.

@vercel vercel locked as resolved and limited conversation to collaborators Jan 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants