Skip to content
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]: Update svelte-web to work with Svelte5 #890

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

fallaciousreasoning
Copy link
Collaborator

Minimal example of the changes we need to support Svelte5 in our web components wrapper

@AlanBreck we probably shouldn't land this until the projects we have which use Svelte are ready for this 😨

Note: At this point Storybook doesn't support Svelte5 either

Comment on lines +55 to +57
// TODO: Beg Jacob for help
return;

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

halp @AlanBreck!

customElement: false
customElement: false,
css: 'injected',
accessors: true,
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's a warning that accessors: true isn't supported in runes mode, which seems odd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant