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
Add classes "group-hover:animate-flutter-right group-focus:animate-flutter-right origin-center scale-x-[-1] animate-[flutter_500ms_ease-in-out]" to a component
Save
Build
See error:
Replace "⏎········className="group-hover:animate-flutter-right·group-focus:animate-flutter-right·origin-center·scale-x-[-1]·animate-[flutter_500ms_ease-in-out]"
with "··className="origin-center·scale-x-[-1]·animate-[flutter_500ms_ease-in-out]·group-hover:animate-flutter-right·group-focus:animate-flutter-right"
Correct error to suggested state
Save
Observe class order to revert to order in step 2 and still cause build error
Expected behavior
Expect auto format saved order to be valid and not cause build errors.
The text was updated successfully, but these errors were encountered:
Describe the bug
There was a conflict between the
eslinst
andprettier
rules that cause my build to fail for a social share icon I'm using1:FIle here:
https://github.com/trillium/trilliumsmith.com/blob/main/components/social-icons/icons.tsx
To Reproduce
Steps to reproduce the behavior:
"group-hover:animate-flutter-right group-focus:animate-flutter-right origin-center scale-x-[-1] animate-[flutter_500ms_ease-in-out]"
to a componentExpected behavior
Expect auto format saved order to be valid and not cause build errors.
The text was updated successfully, but these errors were encountered: