Skip to content

Commit

Permalink
Update Box.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
storywithoutend committed Nov 21, 2024
1 parent 67d7ebb commit 49cec7a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/src/components/atoms/Box/Box.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ export const Box = forwardRef<HTMLElement, BoxProps >(
className: clsx(atomicCss, className),
...nativeProps,
ref,
}, children)
} as React.RefAttributes<HTMLElement>,
children,
)
},
)

0 comments on commit 49cec7a

Please sign in to comment.