Move code with side effects to componentDidMount, and set initial state in the constructor.
Rename componentWillMount to UNSAFEcomponentWillMount 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: WordCloud
printWarning @ react-dom.development.js:88
Node : v8.17.0 Ubuntu : 19 Chrome : 83.0.4103.97 (Official Build) (64-bit) npm : 6.13.4 React : 16.6.3
warning display in DevTools