margox / braft-editor

美观易用的React富文本编辑器,基于draft-js开发
MIT License
4.6k stars 594 forks source link

控制台警告:findDOMNode is deprecated in StrictMode. #915

Open Ziqing19 opened 3 years ago

Ziqing19 commented 3 years ago

完整警告 index.js:1 Warning: findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of DraftEditorLeaf which is inside StrictMode. Instead, add a ref directly to the element you want to reference. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-find-node

此外一些基于class的生命周期函数似乎也报了警告,是否能够基于hook更新一下呢 componentWillMount has been renamed, and is not recommended for use.