0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00
svelte/.changeset/good-cars-visit.md
Dominic Gannaway 86eae7e77d
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>
2024-01-05 09:34:25 +01:00

74 B

svelte
patch

fix: allow input elements within button elements