We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent d8121d6 commit fe8f589Copy full SHA for fe8f589
src/immer.ts
@@ -55,7 +55,7 @@ export const produceWithPatches: IProduceWithPatches = immer.produceWithPatches.
55
/**
56
* Pass true to automatically freeze all copies created by Immer.
57
*
58
- * By default, auto-freezing is disabled in production.
+ * Always freeze by default, even in production mode
59
*/
60
export const setAutoFreeze = immer.setAutoFreeze.bind(immer)
61
0 commit comments