You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change the npm dev to the default next dev --turbopack
run npm run dev
open in browser
Expected result: no issues
Actual result: css errors
'is-valid' is not recognized as a valid pseudo-class. Did you mean '::is-valid' (pseudo-element) or is this a typo? at [project]/app/globals.css:4543:25
The text was updated successfully, but these errors were encountered:
Thank you for your support in helping us improve FlyonUI!
We’ve received your submission and will respond within few business days. Our team handles issues one at a time, and we’ll be reviewing yours as soon as possible.
In the meantime, any additional details or a reproducible example would be greatly appreciated and will help us resolve the issue more efficiently.
Yes, it is a typo error. We’ve noted the issue and @lilabyte#30 has already submitted a pull request addressing it. This will be resolved in the next release.
What version of FlyonUI are you using?
1.2.0
Which browsers are you seeing the problem on?
All browsers
Reproduction URL
https://stackblitz.com/edit/flyonui-next-k5drvk?file=app%2Flayout.tsx
Describe your issue
Hi,
steps to reproduce:
Expected result: no issues
Actual result: css errors
'is-valid' is not recognized as a valid pseudo-class. Did you mean '::is-valid' (pseudo-element) or is this a typo? at [project]/app/globals.css:4543:25
The text was updated successfully, but these errors were encountered: