reduxjs/redux-toolkit: v2.10.1
This bugfix release fixes an issue with window access breaking in SSR due to the byte-shaving work in 2.10. What's Changed Fix window SSR breakage by @markerikson in #5132 Full Changelog: v2.10.0...v2.10.1
Daily edition · JavaScript
TILens turns technical updates into a focused daily brief: official releases, trusted reporting, and practitioner analysis, deduplicated and organized by topic.
This bugfix release fixes an issue with window access breaking in SSR due to the byte-shaving work in 2.10. What's Changed Fix window SSR breakage by @markerikson in #5132 Full Changelog: v2.10.0...v2.10.1
This feature release updates our Immer dep to 10.2 to pick up its performance improvements, has additional byte-shaving and internal performance updates, and fixes a combineSlices type issue. Changelog Immer Performance…