-
Notifications
You must be signed in to change notification settings - Fork 9
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
Svelte 5 upgrade and fixed immediate breaking changes #592
base: main
Are you sure you want to change the base?
Conversation
Awesome work! 🎇 CI is failing due to #594, but that's expected. Either downgrade eslint to 8.57 or migrate to the new configuration format. |
Migrated to new format; hopefully everything works as well as it did previously now! We have a lot of illegal self closing tags though... |
Went through and manually fixed most lint issues. Svelte 5 seems to introduce many type errors related to props with components though. Don't know how to fix those |
Seems like I have managed to break the first page for those who are not logged in. I am not sure how to fix it |
Mostly solved form inside form issue by moving the dialog outside the outside form, and submit the form using the form attribute on the button elements