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 a1e6ef6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/_helpers/transferProps.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
export const transferProps = ({
children,
className,
children,
dangerouslySetInnerHTML,
ref,
suppressContentEditableWarning,
staticContext,
style,
...restProps
}) => restProps;

0 comments on commit a1e6ef6

Please sign in to comment.