From 6e390df900c476cc81c088a47cb32bfa1d59384b Mon Sep 17 00:00:00 2001 From: grimsi <9295182+grimsi@users.noreply.github.com> Date: Tue, 3 Jun 2025 17:50:47 +0200 Subject: [PATCH] Fix TS errors from Material Tailwind --- gameyfin/src/main/frontend/components/wizard/Wizard.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/gameyfin/src/main/frontend/components/wizard/Wizard.tsx b/gameyfin/src/main/frontend/components/wizard/Wizard.tsx index 7a71044..db9cdb9 100644 --- a/gameyfin/src/main/frontend/components/wizard/Wizard.tsx +++ b/gameyfin/src/main/frontend/components/wizard/Wizard.tsx @@ -56,7 +56,9 @@ const Wizard = ({children, initialValues, onSubmit}: { lineClassName="bg-foreground" placeholder={undefined} onPointerEnterCapture={undefined} - onPointerLeaveCapture={undefined}> + onPointerLeaveCapture={undefined} + onResize={undefined} + onResizeCapture={undefined}> {steps.map((child, index) => ( + onPointerLeaveCapture={undefined} + onResize={undefined} + onResizeCapture={undefined}> {/*@ts-ignore*/} {child.props.icon}