Skip to content

Commit bacd21a

Browse files
committed
Update blacklisted props that can be passed to native HTML elements using the transferProps principle
1 parent 02c8215 commit bacd21a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
+3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
export const transferProps = ({
22
children,
33
className,
4+
dangerouslySetInnerHTML,
45
ref,
6+
suppressContentEditableWarning,
57
staticContext,
8+
style,
69
...restProps
710
}) => restProps;

0 commit comments

Comments
 (0)