-
Notifications
You must be signed in to change notification settings - Fork 415
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
[Linaria 6.2] Cannot create property 'message' on symbol 'Symbol(skip)' #1407
Comments
It happens when |
yes you're right:
|
I messed up with the release yesterday. It should be good now. |
thanks, it builds again! |
I get this with the following dependencies. We have a rollup build and another nextjs webpack build. The rollup build is a nested build. I am ensuring consistent resolution the yarn 4 package.json
|
Here's what you need to do to fix this: I see:
Now, install all of wyw deps from I had previously made the mistake of upgrading wyw directly. If you have nested workspace dependencies, then if using yarn berry you can specify them in
|
Environment
I updated Linaria & wyw-in-js from previous latest to new latest:
Description
The only change to my code is the update of both packages, breaks the build with the following error:
The text was updated successfully, but these errors were encountered: