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

### Reproduction Take a look at the custom express server Vite migration docs here: https://remix.run/docs/en/main/future/vite#migrating-a-custom-server Also take a look at v2 migration docs here: https://remix.run/docs/en/main/start/v2#source-map-support Note that v2 migration encourages...

package:dev
bug:unverified
vite
template:vite-express

When using the useRevalidator hook on a page that renders an async value with Suspense/Await. The component will render infinitely. The test in the PR will actually go through, as...

CLA Signed
feat:routing
feat:deferred

### Reproduction Quick: Go to https://stackblitz.com/edit/remix-run-remix-cqepq2?file=app%2Froutes%2F_index.tsx Or see https://github.com/remix-run/remix/pull/9071 1. Initialize remix plain project. 2. Install [[email protected]](https://github.com/immerjs/use-immer/tree/v0.9.0) (Don't worry! It's tiny library, fully zero dependency, and I confirmed this is...

package:dev
bug:unverified

Reproduction of https://github.com/remix-run/remix/issues/9070 Closes: #9070 - [ ] Docs - [x] Tests Testing Strategy: ```bash yarn bug-report-test ``` --- Test needs extra refactoring. --- If `type: module` is added. (see...

CLA Signed
package:dev

### Reproduction https://stackblitz.com/~/github.com/Edran0111/debug-falc-on https://github.com/Edran0111/debug-falc-on ### System Info ```shell System: OS: Windows 11 10.0.22631 CPU: (8) x64 Intel(R) Core(TM) i7-10510U CPU @ 1.80GHz Memory: 2.33 GB / 15.85 GB Binaries: Node:...

feat:routing
bug:unverified

### Reproduction https://github.com/EvgeniyBudaev/remix-ant In the Fox browser, if you press ctrl+R (reload browser) during fetching data, an error will appear on the page for a moment: "NetworkError when attempting to...

feat:routing
bug:unverified

### What version of Remix are you using? 1.18.1 ### Are all your remix dependencies & dev-dependencies using the same version? - [X] Yes ### Steps to Reproduce When you...

package:dev
bug:unverified

Work can happen in phases that could be separate PRs / separate releases, but can also do _all_ of this in fewer or even a single PR if we want....

CLA Signed
package:remix

### Reproduction Github Repo with isolated repro: https://github.com/alvarp/remix-vite-cloudflare-auth-repro - This repo uses the official Remix Vite template from the documentation. - This repo uses an auth module almost identical to...

bug:unverified
runtime:cloudflare
vite

### System Info ```shell System: OS: macOS 14.3.1 CPU: (10) arm64 Apple M1 Pro Memory: 139.83 MB / 32.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 20.11.0 - ~/.asdf/installs/nodejs/20.11.0/bin/node Yarn:...

bug:unverified
feat:file-upload