Closed
Description
To make the migration from Immer to Mutative smoother, we consider return values that are all traversed and finalized by default. For return values without mixed drafts, rawReturn()
can be used to improve performance, and we will hint at such an optimization with checking mixed drafts in strict mode.