André Casal

Results 33 comments of André Casal

I suggest adding a user setting called `"cacheAll": true|false`. I can see two benefits from this functionality: 1. If no suggestions appear on the suggestion box while trying to autocomplete...

Me too. Any idea how to fix this?

I just removed the `'remix-react-routes/no-urls': 'error',` line from the `.eslintrc.cjs` file

After upgrading Remix to v1.14.0 and deleting `entry.server.ts` and `entry.client.ts`, builds fine locally, but I'm getting this error on Vercel: ```console ✘ [ERROR] Could not resolve "@remix-run/react" -- 22:21:34.423 |  ...

@brian-dlee I was going through the docs and couldn't find a reference to `npx remix reveal`, could you please point me to it?

@brian-dlee Got it, thanks!

@codepo8, out of curiosity, wouldn't it be possible to access the `aria-invalid={Boolean(actionData?.fieldErrors?.email)}` expression slot and check if typeof is boolean? If so, disable the error.

If your tests are failing because Cypress is clicking the app before it re-hydrated, you can set a class after it re-hydrates on the root.tsx: ```tsx export const App =...

> The .env.example is auto copied to .env when the init script is run. I'm not sure what more we can do about that. This is just a documentation issue....

Would you like me to create a PR for this?