Skip to content

Commit

Permalink
Update blacklisted props that can be passed to native HTML elements u…
Browse files Browse the repository at this point in the history
…sing the transferProps principle
  • Loading branch information
mbohal committed Jan 10, 2024
1 parent 02c8215 commit bacd21a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/_helpers/transferProps.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
export const transferProps = ({
children,
className,
dangerouslySetInnerHTML,
ref,
suppressContentEditableWarning,
staticContext,
style,
...restProps
}) => restProps;

0 comments on commit bacd21a

Please sign in to comment.