pmndrs / swc-jotai

MIT License
90 stars 14 forks source link

Using @swc-jotai/react-refresh above version 0.0.7 isn't working with @swc/core for version above 1.3.40 #16

Closed abouteiller-niji closed 2 months ago

abouteiller-niji commented 11 months ago

Hello, I was updating dependencies of my project until i got blocked with theses two differents versions.

I tried to update both libs versions separately but I found that they couldn't work together starting from theses versions:

"@swc-jotai/react-refresh": "0.0.7" "@swc/core": "1.3.40"

I've also seen that this project was only using the version 0.79.56 of @swc/core in the last version. Do I need to downgrade swc version to match this one or you think that this can be fixed without it ?

If you want any other information, I can give you them.

Thisen commented 11 months ago

Can you provide a reproduction?