You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/when-to-use.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,5 +15,5 @@
15
15
- test coverage is still not 100%
16
16
- docs could be better
17
17
- does not support IE and pre ES6 browsers and will never do
18
-
- does not yet support ~~some proxy traps and~~ an edge case that Immer supports ([this](./edge-cases.md#assigning-draftable-objects-to-non-draftable-objects)), but this is very likely to change in the future
18
+
- does not yet support ~~some proxy traps and~~ an edge case that Immer supports ([this](./gotchas.md#potential-dangling-proxy-references-if-you-assign-unproxied-objects-into-the-draft)), but this is very likely to change in the future
19
19
- generated patches are not compliant to any RFC, but ~~in the future this may change or there could be a converter~~ there is already a converter included in the library; besides applyPatches also accept standard JSON Patches
0 commit comments