mirror of https://github.com/sveltejs/svelte
fix: don't add accessor twice (#8996)
In dev mode, Svelte creates a setter to throw an error noting that you can't set that readonly prop, which resulted in the accessor getting applied twice to the custom element wrapper, causing an error fixes #8971pull/8928/head
parent
657f11376c
commit
cb1358cc41
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
fix: don't add accessor twice
|
Loading…
Reference in new issue