我正在尝试在无状态react组件中实现一个 contenteditable div。
我不断收到以下警告:
warning.js:36 Warning: A component is `contentEditable` and contains `children` managed by React. It is now your responsibility to guarantee that none of those nodes are unexpectedly modified or duplicated. This is probably not intentional.
我该如何解决?
另外我如何在更改时读取 div 的内容?