Skip to content

Commit 774f537

Browse files
committed
Enable loose iteration
1 parent 49f5469 commit 774f537

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/immerClass.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export type StrictMode = boolean | "class_only"
3636
export class Immer implements ProducersFns {
3737
autoFreeze_: boolean = true
3838
useStrictShallowCopy_: StrictMode = false
39-
useStrictIteration_: boolean = true
39+
useStrictIteration_: boolean = false
4040

4141
constructor(config?: {
4242
autoFreeze?: boolean

0 commit comments

Comments
 (0)