Skip to content

Commit

Permalink
fix: name
Browse files Browse the repository at this point in the history
  • Loading branch information
lareinayanyu committed Oct 17, 2024
1 parent 8601145 commit 6a605d5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export const getCustomEvent = (
const useInnerProps = (
props: Props = {},
additionalProps: AdditionalProps = {},
useRemoveProps: RemoveProps = [],
userRemoveProps: RemoveProps = [],
rawConfig?: UseInnerPropsConfig
) => {
const ref = useRef<InnerRef>({
Expand Down Expand Up @@ -136,7 +136,7 @@ const useInnerProps = (
'parent-font-size',
'parent-width',
'parent-height',
...useRemoveProps
...userRemoveProps
]

propsRef.current = { ...props, ...additionalProps }
Expand Down

0 comments on commit 6a605d5

Please sign in to comment.