From ed19f82244fb7f8697e0fd8cb460f8500b118052 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Thu, 17 Feb 2022 17:55:49 -0800 Subject: [PATCH] fix(content-switcher): Switch should have `type="button"` Fixes #1103 --- src/ContentSwitcher/Switch.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ContentSwitcher/Switch.svelte b/src/ContentSwitcher/Switch.svelte index 68a76066..48fd5b4d 100644 --- a/src/ContentSwitcher/Switch.svelte +++ b/src/ContentSwitcher/Switch.svelte @@ -41,6 +41,7 @@