Fix console errors (#10859)
Fixes https://github.com/twentyhq/core-team-issues/issues/276 ## Before   ## After 
This commit is contained in:
@ -20,7 +20,7 @@ const StyledButton = styled(motion.button)`
|
||||
cursor: pointer;
|
||||
`;
|
||||
|
||||
const MotionIconChevronDown = motion(IconChevronDown);
|
||||
const MotionIconChevronDown = motion.create(IconChevronDown);
|
||||
|
||||
export const JsonArrow = ({
|
||||
isOpen,
|
||||
|
||||
Reference in New Issue
Block a user