We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02c8215 commit bacd21aCopy full SHA for bacd21a
src/components/_helpers/transferProps.js
@@ -1,7 +1,10 @@
1
export const transferProps = ({
2
children,
3
className,
4
+ dangerouslySetInnerHTML,
5
ref,
6
+ suppressContentEditableWarning,
7
staticContext,
8
+ style,
9
...restProps
10
}) => restProps;
0 commit comments