We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Are there any plan to suppor the latest [email protected] versions?
Any guidance for the migration path would be much appreciated, thank you
The text was updated successfully, but these errors were encountered:
If you use @next (yarn add -D next-linaria@next) version of this library, it already works with v4.
@next
yarn add -D next-linaria@next
v4
But you'll have to skip out of SWC, and use .babelrc as there is no SWC plugin for linaria just yet:
.babelrc
{ "presets": ["next/babel"], "plugins": [] }
Sorry, something went wrong.
No branches or pull requests
Are there any plan to suppor the latest [email protected] versions?
Any guidance for the migration path would be much appreciated, thank you
The text was updated successfully, but these errors were encountered: