You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- polyfills for `at` and `withResolvers`
- avoid using `structuredClone`, we can use `JSON.parse(JSON.stringify(..))` instead at that position
makes the site work in more browsers
closessveltejs#911
2-way binding is broken on
<option>
elements that are nested within an<optgroup>
tag:https://svelte.technology/repl?version=1.41.2&gist=29dbb2651b80d111672cd74944b4bf57
Instead of "World", the value is set to undefined
The text was updated successfully, but these errors were encountered: