Jaen

Results 80 comments of Jaen

**EDIT:** nevermind, this does not seem to work, it's still always caught here with no way to disable: https://github.com/TanStack/router/blob/249e41e2af935a8f70f652720db8311592433ca7/packages/react-router/src/Matches.tsx#L92-L106 ~~This is a workaround, for now (which "disables" error handling):~~ ```typescript...

Thank you for your reply. There is some [documentation regarding snapshot gotchas](https://github.com/Zygo/bees/blob/master/docs/gotchas.md#balances), which I guess might also apply to reflinks? So, based on what you are saying: 1. If the...

As far as I see, the suggestion is exactly the opposite of TypeScript good practices - it incorrectly describes the return type and does not enable the standard practice of...

Yes, that is a nice approach, it's a pattern used by other libraries as well, somehow forgot to write about it. It can be made slightly "better" by using a...

The README says "Currently on hold due to COVID-19 related issues"?

Workaround for anyone running into the same problem: Install the `nightly` tag of `react-aria-components` and `react-aria`. Do *not* depend on any `@react-aria/*` packages. If you need to do that, use...

StackBlitz does not seem to do typechecking? I added ` whatever="string"` to the `` tag and everything was okey-dokey. I do not think it is possible to reproduce type errors...

@devongovett Yes, as I mentioned, this applies indeed to only components being used, the problem is chunking them, if you do use a lot but in different parts. > Not...

Maybe the description was a bit too abstract, here's a more concrete case: The app consists of a: - navigation shell (might use Menu & similar) - textual pages (generally...

Nice, with RAC v1.2.0, our initial bundle size dropped >50%!