我在我的应用程序中使用editor.js组件。更改状态值时,编辑器js呈现具有空记录的重复块,这使我的业务需求陷入混乱。
My code block is give below
import EditorJs from 'react-editor-js';
import { EDITOR_JS_TOOLS } from './tools';
<EditorJs instanceRef={instance => this.editorInstance = instance} data={this.state.data} tools={EDITOR_JS_TOOLS} enableReInitialize={true} />
请提供所需的解决方案