Patch Changes
📢 Refine Community Release 📢
-
fix(react-table): add equality checks before setting filters and sorters
When setting the filters and sorters received from the
useTable
of@tanstack/react-table
to Refine's table state, it was causing unnecessary updates. Those updates sometimes caused queries to stuck in loading state. Adding deep equality checks before setting the filters and sorters solves the issue.
📢 Refine Community Release 📢
-
feat: React Router v7 support added.
🚨 These packages are not dependent on
react-router
. However, they use thereact-router
package for testing purposes on Jest environment.