Fix TransitionRoot inheriting state from other components

This commit is contained in:
Ryan Gossiaux
2021-12-13 21:57:34 -08:00
parent c265aae571
commit a4e55d7167

View File

@@ -114,7 +114,7 @@
import TransitionChild from "./TransitionChild.svelte";
import type { useId } from "$lib/hooks/use-id";
export let show: boolean;
export let show: boolean = null;
export let unmount = true;
export let appear = false;