kahoot-karl
kahoot-karl
This happens to our users on a daily basis. About 10 reports a day with various browsers including latest Chrome.
Thanks for the response! How can I use the VScode extension to view pull requests without adding review comments? I don't need many bells and whistles, I just want to...
repro of the problem: https://codesandbox.io/p/devbox/serverless-sky-y9dhwn?workspaceId=ws_7Uz69aHwQChHg4Ja3sh53K Just to add that this problem is both a CPU and a memory problem. CPU because the input selectors get invalidated, and memory because the...
Overriding argsMemoize for this patch is very tricky because the memoization function cannot introspect dependencies recursively. We thought it might be attractive to support from a library that specializes in...
@markerikson thank you for your patience with this issue so far. It make sense to try to find out why this would lead to such bad performance. It seems like...
Ok, I think I understand the problem now a bit better. - We are filling a React view with 100 items, each with their own id. - Every component instance...
@misha-erm Here is our workaround that doesn't require you to keep track of it manually. ```ts type CreateSelectorFunction = ( inputSelectors: [...InputSelectors], combiner: Combiner ) => Selector & NonNullable; export...