mirror of https://github.com/sveltejs/svelte
fix: Add check for builtin custom elements in `set_custom_element_data` (#16592)
Fixes #16591 This PR introduces a check for builtin custom elements (is attribute) inside the set_custom_element_data helper in order to correctly set properties that have a setter.pull/16672/head
parent
7105736828
commit
6534aa08e3
@ -0,0 +1,5 @@
|
||||
---
|
||||
"svelte": patch
|
||||
---
|
||||
|
||||
fix: Add check for builtin custom elements in `set_custom_element_data`
|
Loading…
Reference in new issue