Skip to content

fix: update html attribute types to account for svelte attachments #697

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

samausir
Copy link

@samausir samausir commented Jun 3, 2025

There's a new catch-all [key: symbol]: Attachment<T> property added on HTMLAttributes since svelte v5.29.0 which caused problems with SmuiElementPropMap, so this commit excludes it. Closes #695.

The catch-all prop on svelte side is defined here.

There's a new catch-all `[key: symbol]: Attachment<T>` property added on
`HTMLAttributes` since svelte v5.29.0 which caused problems with
`SmuiElementPropMap`, so this commit excludes it. Closes hperrin#695.
@wahaha303 wahaha303 mentioned this pull request Jun 25, 2025
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.

svelte-material-ui is incompatible with svelte@^5.29.0
1 participant