Michel Weststrate

Results 435 comments of Michel Weststrate

Thanks for the detailed report, will investigate at a later point.

Default export was removed, but that probably won't bite RTK, only direct default imports need to be updated On Tue, 23 Apr 2024, 23:33 Mark Erikson, ***@***.***> wrote: > Looking...

Note that Immer also deeply freezes the output, so that is probably a large portion of your cost here. Might want to play with disabling that, or freezing arr and...

See also https://github.com/immerjs/immer/pull/1107. There are several ways to make Immer quite a bit faster, but it would required much more loosely treating things that have getters/ non-enumerables / symbolic properties,...

@Pyaepyae-art please stop randomly approving draft or merged PRs. I'm not sure why you are doing this. I hope it is unintentional. But just in case, on the next contextless...

@MichaelRFairhurst @steinso sorry, HMR in this example was originally intended to only accept changes on components, I didn't realize that the whole HMR didn't add anything to that :) I...

constructor parameter decorators aren't supported, so I recommend to declare the parameter as field first. On Fri, Jan 14, 2022 at 1:01 AM Adam Stoffel ***@***.***> wrote: > In a...

This looks like a bug indeed, would you be interested in submitting a PR with unit test? On Tue, Nov 19, 2019 at 3:39 PM Sven Petersen wrote: > Hello,...