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

Merged
merged 1 commit into from
Aug 13, 2025

Conversation

samausir
Copy link
Contributor

@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
@hperrin hperrin merged commit 70527fd into hperrin:master Aug 13, 2025
1 check passed
@hperrin
Copy link
Owner

hperrin commented Aug 13, 2025

Thank you for the fix!

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
2 participants