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 18, 2024
1 parent 64694c0 commit 9714512
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 9714512

Please sign in to comment.