mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
remove cast in <Animate>
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
23cd50ee95
commit
bc188837a0
@ -106,4 +106,4 @@ class DefaultedAnimate extends React.Component<AnimateProps & typeof DefaultedAn
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export const Animate = (props: AnimateProps) => <DefaultedAnimate {...props as never} />;
|
export const Animate = (props: AnimateProps) => <DefaultedAnimate {...props} />;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user