Jacob Ebey

Results 53 comments of Jacob Ebey
trafficstars

> I think we haven't been clear. Nobody is saying you have to add `.displayName` manually. This would be done by Remix at compile-time. So you'd just do: > >...

`bundleDependencies` failed for us here due to: - building into root directory instead of package dirs - requires node_modules installed, can't do because of the above build directories not participating...

I run into this all the time and if I could remove the script `test:target` for this use-case that would be phenomenal. Every single other test runner worth while accounts...

Enabling minification seems to cause issues with JSX runtime imports not being added. Once this is fixed I'll explore getting a reproduction of the JSX issue well.

Can you upgrade to 0.0.0-experimental-2f4891673 and give it a go?

I cloned the repo and gave your reproduction steps a go without issue. The error is still logged but does not bring down your server. This error occurs from within...

This was fixed in 1.19.0. If issues persist please open a new ticket.

It would be awesome to support WAL mode to be able to use Prisma with https://litestream.io

Should be closed by https://github.com/remix-run/remix/pull/7109

You can give the unstable dev server a run on cf pages and cf workers with the following commands: Pages ```sh npx create-remix@latest --template https://github.com/remix-run/remix/tree/templates_v2_dev/templates/cloudflare-pages ``` Workers ``` npx create-remix@latest...