sstur / react-rte

Pure React rich text WYSIWYG editor based on draft-js.
https://react-rte.org
ISC License
2.86k stars 430 forks source link

StrictMode findDOMNode deprecated #362

Open rheinlandsoftware opened 4 years ago

rheinlandsoftware commented 4 years ago

Hi,

I get a warning using RichtTextEditor in StrictMode:

index.js:1 Warning: findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of e which is inside StrictMode. Instead, add a ref directly to the element you want to reference. Learn more about using refs safely here: https://fb.me/react-strict-mode-find-node

Using

"react": "^16.13.1",
"react-rte": "^0.16.1",

Nice lib. The possibility of generating markdown is a killer feature.