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