v2.2.6
This bugfix release:
- Brings internal
useIsomorphicLayoutEffect
usage in line with React Redux in React Native environments - Exports
FetchBaseQueryArgs
type - Fixes an issue in recent
createEntityAdapter
sorting perf improvements that could (in specific cases) cause Immer to throw an error
What's Changed
- Fix
useIsomorphicLayoutEffect
usage in React Native environments by @aryaemami59 in #4436 - Add export for FetchBaseQueryArgs by @WilsonCWong in #4465
- Fix Immer current usage when calling addManyMutably more than once by @JacobShafer in #4420
- Golf a few pieces of entity adapter code by @EskiMojo14 in #4485
Full Changelog: v2.2.5...v2.2.6