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

### What version of Remix are you using? 1.1.3 ### Steps to Reproduce 1. Install `uswds` NPM module 2. In `app/routes/index.tsx`, import an image with `import img from 'uswds/img/circle-124.png'` and...

bug

### What version of Remix are you using? 1.2.3 ### Steps to Reproduce 1. Create a route with a loader that throws a redirect. To demonstrate the behavior, I'll directly...

bug:unverified

### What version of Remix are you using? 1.4.1 ### Steps to Reproduce Create a Remix project (with the built in Remix server) with the following routes: index.tsx: ```tsx import...

needs-response
bug:unverified

### What version of Remix are you using? 1.1.3 ### What version of Node are you using? Minimum supported version is 14. 16.0.0 ### Steps to Reproduce 1. Create a...

bug

It was necessary for CSPs before, then it was no longer necessary thanks to https://github.com/remix-run/remix/pull/2783, but then it became necessary again when this PR was merged: https://github.com/remix-run/remix/pull/2874 but the deprecation...

CLA Signed
renderer:react

### What version of Remix are you using? 1.8.2 ### Steps to Reproduce See sandbox: https://codesandbox.io/p/sandbox/solitary-wave-1l0skr Failing test PR: https://github.com/remix-run/remix/pull/4994 1. Observe exit code 1 (remix crashes, premature close error)...

bug:unverified

### Discussed in https://github.com/remix-run/remix/discussions/4719 Originally posted by **sergiodxa** November 30, 2022 # Proposal Use `Component` named export instead of `export default` in route files. ## Background > [export default was...

🗺 Roadmap

Closes: #4733 - [ ] Docs - [x] Tests Testing Strategy: All existing tests are still passing. Since this is only performance-related, not sure of any new tests to add....

CLA Signed

I probably shouldn't reopen this discussion with a PR, but it was a great opportunity to gain some insight into how Remix works and even if not landed it might...

CLA Signed
renderer:react