Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
paales committed Feb 27, 2025
1 parent 0c4790d commit d668c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/framer-scroller/components/MotionImageAspect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export const MotionImageAspect = m.create(
style: { ...props.style, aspectRatio: `${props.width} / ${props.height}` },
}}
/>
{Additional && <Additional {...slotProps?.additional} {...rest} imageRef={ref} />}
{Additional && <Additional {...slotProps?.additional} {...rest} />}
{slotProps?.box?.children}
</Box>
)
Expand Down

0 comments on commit d668c83

Please sign in to comment.