Skip to content

aredridel/svelte-bug-repro

Repository files navigation

Reproducing the svelte-Edge-input-hydration bug

Edge does not actually remove the value attribute from an input when you call removeAttribute. Because we assume iteration always makes progress, this causes an infinite loop in svelte when hydrating an input element that has a value attribute in the svelte render but no value attribute in the rendered HTML

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published