margox / braft-editor

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

react高版本下,会报提醒componentWillMount has been renamed, and is not recommended for use #787

Open AaronD1214 opened 4 years ago

AaronD1214 commented 4 years ago

react高版本下,会报提醒componentWillMount has been renamed, and is not recommended for use Rename componentWillMount to UNSAFE_componentWillMount to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run npx react-codemod rename-unsafe-lifecycles in your project source folder. Please update the following components: BraftEditor

zjfjiayou commented 4 years ago

把componentWillMount改成UNSAFE_componentWillMount试试

yaoguoba commented 4 years ago

这个编辑器停更了吗?