Misha

Results 43 comments of Misha

This is how it looks like in our app after update:

merged size-limit config but still have this error ( are there any other steps except merging ".size-limit.json" to main branch? I'm using file preset Also the strange part is that...

JFYI: for me it leads now to "Cannot use import statement outside a module" with latest react-router and vite For anyone else who might come here using [noExternal](https://remix.run/docs/en/main/guides/vite#esm--cjs) helped me

stumbled upon this issue as well. For me it would be good enough if submenu could just shift along the side axis if it doesn't fit. E.g. this is how...

Faced the same problem. We have some selectors that are used as input for almost every other selectors so cache invalidation became a real issue for us. Gladly such "hot"...

I exposed configuration of `maxMainAxisHitboxSize` and reduced the value for it. In my case it was enough to make UX good enough here is the patch ``` diff --git a/dist/esm/shared/configuration.js...

I believe that has little to do with the lib itself. You should either use virtualisation or maybe re-composition react components to avoid re-rendering of the whole tree

Faced the same issue during migration from react-router v6 to remix. Can confirm that using `` worked for me @brophdawg11 wdyt is it something that can be fixed within remix/react-router...

the strangest part is that not all pages are affected by this behavior. Some pages work just fine without this `key` trick... Can't find what causes it ))

@brophdawg11 sorry for pinging still in closed issue, just found a scenario in which the trick doesn't work. As I can see UI is still blocked for cases when code...