You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@mohsentaleb Can you tell me how can I use this library without tailwindcss? I would like to apply my styles.
The thing is, I'm using the "react-advanced-datetimerange-picker" library. But it has well-known problems. I'd like to keep my current styles but migrate to your fork. How can I do this?
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
The text was updated successfully, but these errors were encountered: