-
Beta Was this translation helpful? Give feedback.
Answered by
Coloneliu
May 23, 2025
Replies: 1 comment
-
I have temporarily found a weird way to fix it. Never add the components/ui to .gitignore I have test this many times, once I add the components/ui to .gitignore and pnpm dev, the Button's styles went wrong; But, I have no idea why this happeded |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Coloneliu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have temporarily found a weird way to fix it.
Never add the components/ui to .gitignore
I have test this many times, once I add the components/ui to .gitignore and pnpm dev, the Button's styles went wrong;
If I remove this and pnpm dev, the Button style become correct.
But, I have no idea why this happeded