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