Hi v0ltoz,
Some people are using this library with a newer react version under strict mode and it is throwing a warning
react-dom.development.js:86 Warning: Legacy context API has been detected within a strict-mode tree. The old API will be supported in all 16.x releases, but applications using it should migrate to the new version. Please update the following components: FormControl. Learn more about this warning here: https://reactjs.org/link/legacy-context
react-dom.development.js:86 Warning: findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of DateTimeRangeContainer which is inside StrictMode. Instead, add a ref directly to the element you want to reference. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-find-node
These are the two warnings. Link to StackOverflow issue is here
Hi v0ltoz,
Some people are using this library with a newer react version under strict mode and it is throwing a warning
These are the two warnings. Link to StackOverflow issue is here