From e346f1c1cf69f2612453edf37e9c56e6ae99648e Mon Sep 17 00:00:00 2001 From: Max Marrone Date: Fri, 31 May 2024 13:38:16 -0400 Subject: [PATCH] chore(components): Fix workaround for "excessively deep" error (#15304) --- components/src/hardware-sim/Deck/MoveLabwareOnDeck.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/src/hardware-sim/Deck/MoveLabwareOnDeck.tsx b/components/src/hardware-sim/Deck/MoveLabwareOnDeck.tsx index c727ac5ad35..3dec72c574f 100644 --- a/components/src/hardware-sim/Deck/MoveLabwareOnDeck.tsx +++ b/components/src/hardware-sim/Deck/MoveLabwareOnDeck.tsx @@ -271,7 +271,7 @@ export function MoveLabwareOnDeck( /** * These animated components needs to be split out because react-spring and styled-components don't play nice * @see https://github.com/pmndrs/react-spring/issues/1515 */ -const AnimatedG = styled(animated.g)`` +const AnimatedG = styled(animated.g as any)`` interface WellProps { wellDef: LabwareWell