我正試圖在無狀態響應組件內實現contenteditable div。在無狀態組件中反應contenteditable
我不斷收到以下警告:
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上的內容?