Skip to content

Commit

Permalink
Add ref to definedProps (#805)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgezreik committed Apr 24, 2024
1 parent 70e1927 commit 8a39a21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ const normalizeToPair = <T,>(val: T | [T, T]): [T, T] => (Array.isArray(val) ? v

const definedProps = [
'as',
'ref',
'style',
'className',
'grid',
Expand Down

0 comments on commit 8a39a21

Please sign in to comment.