Fernando

Results 7 comments of Fernando

I don't know if related to this or not but I'm having an error related to the error page. Common namespaces (`*`: [....]) are not being added to the error...

It seems that I had some problem with my default config of colima. I just `colima delete default` and `colima start` again. Don't know if this makes sense but it...

I can see a problem in my project that seems related to this. Error: [vite]: Rollup failed to resolve import "undefined" from "/app/automation/playwright/index.tsx".

I'm using `getPathname` on middleware to translate some routes. Since `getPathname` is exported by `next-intl/navigation` would be nice to have something that work only on SSR (middleware and API routes).

I’ve created a PR related to this: https://github.com/remix-run/react-router/pull/14439 My fix does not addresses the same issue you’re trying to solve, but I believe the same logic should be applied here...

I noticed some additional errors: It seems the example used here (and in the documentation) does not work well with React 19 and Next.js: - `handleSubmit()` is triggering the form...