From aa2fb9328da79b9e735310d79a00e06ca16f4711 Mon Sep 17 00:00:00 2001 From: MinamiFunakoshiTR Date: Tue, 6 May 2025 08:16:11 -0700 Subject: [PATCH] allows background to be undefined closes #296 --- src/components/@types/global.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/@types/global.ts b/src/components/@types/global.ts index 0d9323ba..9fb19b5f 100644 --- a/src/components/@types/global.ts +++ b/src/components/@types/global.ts @@ -31,7 +31,7 @@ export interface ScrollerStep { /** * A background component */ - background: Component; + background: Component | undefined; /** * Optional props for background component */