Migrate from react-infinite-calendar
#1556
Labels
duplicate
This issue or pull request already exists
react-infinite-calendar
#1556
While working on #1555 and trying out React 19, I also noticed a React error related to refs.
I've tracked it down to the
react-infinite-calendar
library, which A) hasn't been updated in 7 years, and B) is still using string refs, which have finally been removed in React 19.You'll want to migrate away from that library to support React 19.
The text was updated successfully, but these errors were encountered: