remix icon indicating copy to clipboard operation
remix copied to clipboard

Build Better Websites. Create modern, resilient user experiences with web fundamentals.

Results 562 remix issues
Sort by recently updated
recently updated
newest added

The `cloudflare-pages` and `cloudflare-workers` templates had been updated to React 18, but do not currently support streaming responses and `defer`. This PR: - Updates those templates to do so. Now...

CLA Signed

esbuild works correctly on this version of Build Output API, it bundles the correct binary, or something like that. I discovered this problem when I tried to deploy my blog...

CLA Signed
template:vercel

Closes: https://github.com/remix-run/remix/issues/3724 - [ ] Docs - [ ] Tests Testing Strategy: - To reproduce this bug I only need to add a `` to a page and then modify...

CLA Signed
needs-response

### What version of Remix are you using? @latest 1.11.1 ### Steps to Reproduce npx create-remix@latest remix-test Just the basics Vercel Typscript Install? Yes cd remix-test npm run dev Node...

adapter:vercel
bug:unverified

### What version of Remix are you using? 1.11.1 ### Steps to Reproduce If the object returned from the loader includes a `data` key, the type inference returns only the...

bug
feat:typescript

As discussed in the second roadmap livestream --- Follow-up of #4841

CLA Signed
template:architect
template:vercel
template:cloudflare-pages
template:cloudflare-workers
template:netlify
template:deno

As discussed in the second roadmap livestream --- Closes #3556

CLA Signed
package:dev

Closes: #4183 - [ ] Docs - [ ] Tests Testing Strategy: I had a hard time creating tests for this, see #4183 to reproduce this.

CLA Signed
renderer:react

### What version of Remix are you using? 1.5.1 ### Steps to Reproduce I have a Remix Form that submits a `GET` request to a UI-route's loader function, which can...

bug:unverified

### What version of Remix are you using? 1.2.3 ### Steps to Reproduce - Go here https://codesandbox.io/s/github/remix-run/remix/tree/main/examples/search-input - Type "breaking" in the input - Press Enter - Add " bad"...

bug
feat:scroll