diff --git a/packages/core/client/src/schema-component/antd/rich-text/RichText.tsx b/packages/core/client/src/schema-component/antd/rich-text/RichText.tsx index 63d5d3ab74..fb0aa7bbec 100644 --- a/packages/core/client/src/schema-component/antd/rich-text/RichText.tsx +++ b/packages/core/client/src/schema-component/antd/rich-text/RichText.tsx @@ -35,13 +35,13 @@ export const RichText = connect( 'link', 'image', ]; - const { value, defaultValue, onChange, disabled } = props; + const { value, defaultValue, onChange, disabled, modules: propsModules, formats: propsFormats } = props; const resultValue = isVariable(value || defaultValue) ? undefined : value || ''; return wrapSSR( { if (value === '


') {