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

Support for [email protected]? #15

Open
joyfulelement opened this issue Aug 14, 2022 · 1 comment
Open

Support for [email protected]? #15

joyfulelement opened this issue Aug 14, 2022 · 1 comment

Comments

@joyfulelement
Copy link

Are there any plan to suppor the latest [email protected] versions?

Any guidance for the migration path would be much appreciated, thank you

@tomsseisums
Copy link

tomsseisums commented Sep 16, 2022

If you use @next (yarn add -D next-linaria@next) version of this library, it already works with v4.

But you'll have to skip out of SWC, and use .babelrc as there is no SWC plugin for linaria just yet:

{
    "presets": ["next/babel"],
    "plugins": []
}

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

2 participants