bravo-kernel

Results 122 comments of bravo-kernel

Ah, missed your note. Seems this is to be expected 😢 >It looks like that the ErrorBoundary cannot access root route loader data. The useRouteLoaderData always returns undefined. > >...

There is a solution. Adding below splat route `routes/$.tsx` solves the FOUC/hydration errors. https://stackblitz.com/edit/remix-run-remix-jnyzn7 **I think this ticket can be closed as completed.** ``` /** * Splat route to fix...

The [solution above](https://stackblitz.com/edit/remix-run-remix-jnyzn7) works in lastest Remix without errors, if combined with the splat route. Of course, not for RR7 until a compatible version is released.

@davegomez I switched to https://www.mattstobbs.com/remix-dark-mode-2024/ which uses client hints (while awaiting a new version of remix-themes).

@fflaten I have been AFK and will need to find some time to look at this (soon).

@fflaten awesome job and the preview looks great. Are there any remaining issues you need feedback on?

> * Versioning / URL scheme: Keep pester.dev/docs for current stable? Always versioned? > > * There's a related question [here](https://github.com/pester/docs/pull/267#issuecomment-2169814740) > * I believe the current iteration with /docs...

New configuration looks great @fflaten

I am using remix with zod `.refine()` with `serverValidator` code taken from the [the rvf async validation example](https://github.com/airjp73/rvf/blob/main/apps/docs/app/examples/asyncValidation.tsx#L50) and am having the exact same issue as shown in the video....

I have three things on my list for this weekend. After that, I am open to accept a PR for this ;)