Skip to content

Commit

Permalink
chore(components): Fix workaround for "excessively deep" error (#15304)
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxColoring authored May 31, 2024
1 parent 3853481 commit e346f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/src/hardware-sim/Deck/MoveLabwareOnDeck.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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)<any>``
const AnimatedG = styled(animated.g as any)``

interface WellProps {
wellDef: LabwareWell
Expand Down

0 comments on commit e346f1c

Please sign in to comment.