mirror of https://github.com/sveltejs/svelte
fix: loosen input in button error (#10083)
The validation exists to error on html that would result in the browser repairing it, causing hydration errors. input is never moved, so we can remove it from the array --------- Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>pull/10070/head
parent
94aab90bd1
commit
86eae7e77d
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
'svelte': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
fix: allow input elements within button elements
|
Loading…
Reference in new issue