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

nextjs compatibility status #10

Closed
domosedov opened this issue Feb 11, 2024 · 7 comments
Closed

nextjs compatibility status #10

domosedov opened this issue Feb 11, 2024 · 7 comments

Comments

@domosedov
Copy link

domosedov commented Feb 11, 2024

My test

Plugin version Next.js stable version Status Next.js canary version Status
0.2.0 14.1.0 🔴 14.1.1-canary.47 🟢
0.2.0-swc1.3.63 14.1.0 🟢 14.1.1-canary.47 🔴
0.2.0-swc1.3.106 14.1.0 🔴 14.1.1-canary.47 🟢
0.2.1 14.1.0 🔴 14.1.1-canary.47 🔴
0.2.1-swc1.3.63 14.1.0 🟢 14.1.1-canary.47 🔴
0.2.1-swc1.3.106 14.1.0 🔴 14.1.1-canary.47 🔴
0.2.1-swc1.4.0 14.1.0 🔴 14.1.1-canary.47 🔴
0.2.2 14.1.0 🔴 14.1.1-canary.48 🔴
0.2.2-swc1.3.63 14.1.0 🟢 14.1.1-canary.48 🔴
0.2.2-swc1.3.106 14.1.0 🔴 14.1.1-canary.48 🟢
0.2.2-swc1.4.0 14.1.0 🔴 14.1.1-canary.48 🔴
@kireevmp
Copy link
Collaborator

Nice catch, thanks @domosedov 🙏
Seems NextJS canary not working is caused by swc-project/swc#8613. I'll rebuild the plugin with the fixed SWC version now.

@kireevmp
Copy link
Collaborator

I've published a fix in v0.2.2 with the updated SWC library. Can you check if that fixes the issue for you on next@14.1.1-canary.47?

@domosedov
Copy link
Author

I've published a fix in v0.2.2 with the updated SWC library. Can you check if that fixes the issue for you on next@14.1.1-canary.47?

I've updated the compatibility table

@domosedov
Copy link
Author

swc_core update

vercel/next.js#61976

Plugin version Next.js canary version Status
0.2.2 14.1.1-canary.54 🔴
0.2.2-swc1.3.63 14.1.1-canary.54 🔴
0.2.2-swc1.3.106 14.1.1-canary.54 🔴
0.2.2-swc1.4.0 14.1.1-canary.54 🔴

@kireevmp
Copy link
Collaborator

Seems this is a bug of NextJS: vercel/next.js#62081

@Marsony
Copy link

Marsony commented Mar 9, 2024

14.1.2 works as well with "effector-swc-plugin": "0.3.0-swc1.3.63",

@kireevmp
Copy link
Collaborator

kireevmp commented Aug 3, 2024

I added an "official" compatibility table in NextJS-specific doc. That table is checked with a bunch of integration tests that I run on each release, so it should be very accurate and you should refer to it

If you find an issue with incompatible Next versions, feel free to open a new issue 🙏

@kireevmp kireevmp closed this as completed Aug 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants