diff --git a/src/components/_helpers/transferProps.js b/src/components/_helpers/transferProps.js index 5e61f710..6b3acea6 100644 --- a/src/components/_helpers/transferProps.js +++ b/src/components/_helpers/transferProps.js @@ -1,7 +1,10 @@ export const transferProps = ({ - children, className, + children, + dangerouslySetInnerHTML, ref, + suppressContentEditableWarning, staticContext, + style, ...restProps }) => restProps;