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.5.1 ### Steps to Reproduce Create a route structure like so: ``` app/routes ├── slug │ ├── __bar │ │ └── bar.tsx...

bug
feat:routing

### What version of Remix are you using? 1.7.5 ### Steps to Reproduce I made a repro, with a record ;) https://github.com/rphlmr/unexpected-transition-in-action-redirects Given these 3 routes: `/` `/form/index` `/form/end` `/form/index`...

bug:unverified

Problem : - Setting a relative "publicPath" in remix.config produce error on Safari. ![image](https://user-images.githubusercontent.com/19164676/210812476-876e8be5-f425-46e4-ba8e-d529d6f92d72.png) Cause : - Relative import ignore base path in safari : https://bugs.webkit.org/show_bug.cgi?id=201692 Solution : - Create...

CLA Signed

### What version of Remix are you using? 1.9.0 ### Steps to Reproduce Add a package.json script `build` that runs `remix build`, and another that runs `npm-run-all -l build`. ###...

bug:unverified

### What version of Remix are you using? 1.6.1 ### Steps to Reproduce 1. Add a `` to an active route. 2. Add some query params to your URL ie...

bug

### What version of Remix are you using? 1.4.0 ### Steps to Reproduce 1. Set `HOST` envrionment variable to anything that is an invalid hostname. An example: `http://localhost:3000` 2. Run...

bug:unverified

Related issue: #4993 - [ ] Docs - [x] Tests Testing Strategy: `yarn bug-report-test` Expected: no errors Actual: ``` at TLSSocket.onSocketClose (/Users/tarng/Code/oss/remix/node_modules/@remix-run/web-fetch/src/fetch.js:342:33) at TLSSocket.emit (node:events:538:35) at node:net:687:12 at TCP.done (node:_tls_wrap:580:7)...

CLA Signed

Hello, # Context When using HTTP/2 we can optimize the first loading with HTTP/2 Server Push `Link` header. I had to implement it for a project and I wonder if...

CLA Signed
template:remix

This will remove some deprecation warnings when installing `@remix-run/dev`, but most importantly: this is necessary for #5222

CLA Signed
dependencies

Currently, all session-related functions use the default `SessionData` interface that is defined as `{ [key: string]: any }`. This works fine, but doesn't provide any type information for TypeScript when...

CLA Signed
adapter:architect
adapter:cloudflare-pages
adapter:cloudflare-workers
docs
feat:typescript
package:server-runtime
runtime:node
runtime:deno