springload / draftail

📝🍸 A configurable rich text editor built with Draft.js
https://www.draftail.org/
MIT License
616 stars 64 forks source link

componentWillMount has been renamed, and is not recommended for use. #284

Closed JeanMGirard closed 4 years ago

JeanMGirard commented 4 years ago

Is your proposal related to a problem?

componentWillMount has been renamed, and is not recommended for use.

Describe the solution you’d like

Rename to UNSAFE_componentWillMount

Describe alternatives you’ve considered

Additional context

thibaudcolas commented 4 years ago

Hi @JeanMGirard, can you provide more context? I imagine this comes from an error / warning in the console, but Draftail doesn’t use componentWillMount itself so without further information this is impossible to track down.

JeanMGirard commented 4 years ago

Hi @thibaudcolas, what about in DraftailEditor.js line 281 ?

https://github.com/springload/draftail/blob/654504a3ff565c68573ed51a3a83ef8c4d0cc2fb/lib/components/DraftailEditor.js#L281