State Management: Immer now always freezes the state by default, even in production mode, enhancing the safety and predictability of your state management. You can revert to the old behavior by using setAutoFreeze(process.env.NODE_ENV !== 'production').
Fixes
Fix performance issues related to mutating large collections, ensuring smoother operations when using arrays versus objects.