Michel Weststrate
Michel Weststrate
Our suite of exotic scenarios grew vastly over the years, so things that might not have been working correctly in 6, but were irrelevant for your case, might now fail...
Did you try the fiddle I linked above (note: with `useStrictShallowCopy(false)`)? It does restore the same perf characteristics as before, it might be worth validating that in your real project...
(@fantasticsoul marked above as spam as I consider it bad form to compete in the issue trackers of other projects, that is what blogs, twitter, talks, newsletters etc etc are...
Perf improvements have landed as https://github.com/immerjs/immer/releases/tag/v10.1.0! Thanks for surfacing this @bradedelman (despite my lacklustre response)!
Makes sense! Feel free to create a PR that supports that pattern. Please do make sure the old approach works as well :) On Fri, Jul 10, 2020 at 9:27...
https://www.npmjs.com/package/expand-tilde
Great idea. PR welcome. In many cases these kind of operations can be implemented by calling the original version on the Set prototype with iterator of the observable set.
@icodeforlove because ``` class Example { property = { hi: "hello" } } ``` would result in the object being shared by all instances. So `exampleInstance.property.hi = "Bye"` would actually...
Yes; it only supports trees. As soon as there are two paths to the root the events model would become ambiguous On Sat, 27 May 2023, 10:38 dangoodman, ***@***.***> wrote:...
It is likely about the produceVariants field which is not a primitive but object On Sun, 24 Jul 2022, 03:12 Swapnanil Ray, ***@***.***> wrote: > So I have a model...