-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Updating from v3.0.23 to v3.1.1 & 3.1.2 getting variant.replace not a function error #8594
Comments
Getting the same error, in my case, it's related to tailwindcss-named-groups plugin. |
A shot in the dark here, but it might be related to this change: bb4f5da You can clear the error by making your
I don't know if that will actually make what you're intending to happen start working again, but hopefully this helps. |
Hey, thanks for the report! I've fixed this and the fix should be available in the insiders build ( |
Awesome, I will go ahead and try it and post back here to verify that fixed it! "tailwindcss": "^0.0.0-insiders.037396b", Edit: Yep, no more errors! Thank you so much for the quick response. I'll be looking for it in the next tagged release. |
Hi All. I am trying to update our project from tailwinds v3.0.23 to the latest. Going to v3.0.24 I have no issues but updating to v3.1.1 or 3.1.2 I am getting this error when I try to run my project. It also comes up as an intellisense error as shown below. Not sure if it something I am doing wrong that worked in the older versions. I am using laravel mix v6.0.11 which runs on top of webpack 4.4.31
Here is the output:
Then here is what installed. I am running node v16.13.2:
Here is my tailwind config:
The text was updated successfully, but these errors were encountered: