remix icon indicating copy to clipboard operation
remix copied to clipboard

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

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

Closes: # - [ ] Docs - [ ] Tests Testing Strategy:

CLA Signed

References #4420 - [x] Docs - [x] Tests Ensure `` behaves the same with and without JavaScript. Although native forms don't support PUT/PATCH/DELETE, we can emulate them by doing a...

CLA Signed
feat:forms
renderer:react

**Note: I have two proposals on how we can fix the submitter serialization bugs. The other approach is [here](https://github.com/remix-run/remix/pull/4475).** Bring `` submissions in line with the spec with respect to...

CLA Signed
package:react

**Note: I have two proposals on how we can fix the submitter serialization bugs. The other approach is [here](https://github.com/remix-run/remix/pull/4474).** Bring `` submissions in line with the spec with respect to...

CLA Signed
package:react

### What version of Remix are you using? @remix-run/node:0.0.0-experimental-9b7f37c9a, @remix-run/react:0.0.0-experimental-9b7f37c9a ### Steps to Reproduce I am using node v18.12.0, also tried using node v16.2.0. Using WSL 2 on Windows 11....

bug:unverified
feat:deferred

Bring `` submissions in line with the spec with respect to File entries in url-encoded payloads: send the `name` as the value. - [x] Tests References: #4342 Spec: https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#convert-to-a-list-of-name-value-pairs

CLA Signed
package:server-runtime
package:react

Closes: #1898 - [ ] Docs - [x] Tests Testing Strategy: I copied a failing test to show that multiple routes pointing at a single route module get overwritten from...

CLA Signed
package:dev

### What version of Remix are you using? 1.7.0 ### Steps to Reproduce Inside an action, redirect with a 307 status code. For example: ```js throw redirect(request.url, { status: 307,...

bug:unverified

### What version of Remix are you using? 1.7.2 ### Steps to Reproduce We updated our app to version 1.7.2 from 1.6.8 yesterday. There seems to be an issue, both...

bug

### Which Remix packages are impacted? - `remix` (Remix core) - `@remix-run/react` - `@remix-run/serve` ### What version of Remix are you using? 1.1.3 ### What version of Node are you...

bug
package:react