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
For what it's worth, running the codemod recommended on https://react.dev/blog/2024/04/25/react-19-upgrade-guide shows only one change in example/index.jsx (changing render() to createRoot().render() ), so the actual component (lib/datetime-picker.jsx) seems to play fine with React 19.
I couldn't find any issue referencing this, but it seems this library has a hardcoded max version of react 18. Any plans to support React 19?
The text was updated successfully, but these errors were encountered: