-
-
Notifications
You must be signed in to change notification settings - Fork 503
fix(next): misplaced className in cn functions
#1585
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
Conversation
|
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
huntabyte
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're incredible.
Thank you!
…ompatibility issue In Svelte 5.16.0 the code of the shadcn components got broken due to a bug. This got fixed in huntabyte/shadcn-svelte#1585. To reproduce this I ran the shadcn cli update command locally (commit f06d2a1133c9df77902e62d4da79842a6b0af329). Due to a bug in the cli command, which was already reported in huntabyte/shadcn-svelte#1532 I had to adjust the code. The update command did overwrite some customizations we already made, which I undid.
…ompatibility issue In Svelte 5.16.0 the code of the shadcn components got broken due to a bug. This got fixed in huntabyte/shadcn-svelte#1585. To reproduce this I ran the shadcn cli update command locally (commit f06d2a1133c9df77902e62d4da79842a6b0af329). Due to a bug in the cli command, which was already reported in huntabyte/shadcn-svelte#1532 I had to adjust the code. The update command did overwrite some customizations we already made, which I undid.
Fixes #1582
This has always been an issue on next but I think it was only now noticed after the types for the
classprop changed in 5.16.0.Also
app-statemigration since$pagewill now show deprecated warning