Yoctol / react-d3-cloud

A word cloud react component built with d3-cloud.
https://yoctol.github.io/react-d3-cloud
MIT License
138 stars 47 forks source link

Request to replace the call to "componentWillMount" (React deprecation warning) #121

Closed carlosalvidrez closed 3 years ago

carlosalvidrez commented 3 years ago

This is the warning message: `Warning: componentWillMount has been renamed, and is not recommended for use. See https://reactjs.org/link/unsafe-component-lifecycles for details.

Please update the following components: WordCloud`

chentsulin commented 3 years ago

v0.8.0 has been rewritten with React Hooks, so this isn't an issue anymore.