martmull
2025-03-13 16:50:35 +01:00
committed by GitHub
parent 4f0fd0c9f3
commit b1322beac3
6 changed files with 12 additions and 8 deletions

View File

@ -20,7 +20,7 @@ const StyledButton = styled(motion.button)`
cursor: pointer;
`;
const MotionIconChevronDown = motion(IconChevronDown);
const MotionIconChevronDown = motion.create(IconChevronDown);
export const JsonArrow = ({
isOpen,