We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3a54ea commit a08e950Copy full SHA for a08e950
packages/webui/src/client/ui/RundownView.tsx
@@ -110,6 +110,7 @@ import { useRundownViewSubscriptions } from './RundownView/RundownViewSubscripti
110
import { useMiniShelfAdlibsData } from './RundownView/useQueueMiniShelfAdlib.js'
111
import { RundownViewContextProviders } from './RundownView/RundownViewContextProviders.js'
112
import { UserError } from '@sofie-automation/corelib/dist/error'
113
+import { AnimatePresence } from 'motion/react'
114
115
const HIDE_NOTIFICATIONS_AFTER_MOUNT: number | undefined = 5000
116
0 commit comments