Ilya Zayats

Results 16 comments of Ilya Zayats

This is a great idea. Will try to implement it soon!

Any plans to continue with that PR? I would propose to go even one step further and to ship umd + es modules version, so consumers with tree-shaking available can...

I think I haven't made it fully clear in the original post, but I've tried both static and dynamic paths: ie: full reuse of the style (just re-render parent) and...

Hi @takameyer, I'm helping @artyom-ivanov with this issue. Your solution works, thanks. But just curious, we've tried kinda the same thing by calling `toJSON` on a resulting collection, but it...

@takameyer following your example I was hoping that this code would do the same: getting the list of objects already sorted and then converting them to POJOs, but for some...

@takameyer, thanks, you're right! Even accessing properties on the old collection causes the crash. But as soon as the migration passes on the second run, it looks like we reproduced...

@takameyer no worries, thanks! we've managed in our case without a lot of hassle, that issue was just for you to know about the problem

I looked more deeply into the issue, and in reality, it is not a bug, but more a current limitation of immer. And it happens with any primitive, not only...

@gorhom commenting as soon as this is still mergeable

And is not only V3 related, that happens in V2 too. One of the possible workarounds is to extend BackdropComponent with a new prop that conditionally turns off interpolation of...