-
-
Notifications
You must be signed in to change notification settings - Fork 75
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
[BUG] TypeError on Latest Version 3.14.2 #317
Comments
Hi @coltonhurst
Maybe it was fixed by the update of Tailwind CSS but I'll patch I would be curious to investigate more on this. Do you still have your old PR somewhere. |
If you still get the runtime error try this patched version
|
The same type of issue is for
- <span className="!absolute !whitespace-nowrap !border-0 !p-0 ![clip:rect(0,0,0,0)]">Loading...</span>
+ <span className="!absolute !whitespace-nowrap !border-0 !p-0 [clip:rect(0,0,0,0)]">Loading...</span> Once removed |
Thanks for the infos, I'll take a look at it |
@coltonhurst please try with |
fixed in |
@coltonhurst please re-open the issue if |
@francoismassart apologies for the late reply. Thank you so much! This is fixed, I've tested |
Describe the bug
Hello! Thank you for all of the great work on this plugin.
When running
npm run lint
on version3.14.2
, I receive the following TypeError:This was discovered and is visible through this PR.
To Reproduce
Steps to reproduce the behavior:
npm install
npm ci
npm run lint
package.json
we havelint
defined as so:"lint": "eslint . --cache --cache-strategy content && prettier --check .",
Expected behavior
That
npm run lint
runs successfully.Screenshots
Environment (please complete the following information):
14.3.1
1.86.1
v18.16.0
Thank you!
The text was updated successfully, but these errors were encountered: