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.18.1 ### Are all your remix dependencies & dev-dependencies using the same version? - [X] Yes ### Steps to Reproduce I try...

bug:unverified
runtime:cloudflare

### Reproduction per the docs: https://vitejs.dev/config/build-options#build-modulepreload > By default, a [module preload polyfill](https://guybedford.com/es-module-preloading-integrity#modulepreload-polyfill) is automatically injected. The polyfill is auto injected into the proxy module of each index.html entry. If...

package:dev
bug:unverified
vite

### Reproduction This is so basic, it must have been seen before. I just really need a workaround. I used npx to create a new project on Windows 10, Remix...

package:dev
bug:unverified
package:css-bundle

- RFC: #7642 - Supersedes https://github.com/remix-run/react-router/issues/9566

feat:routing
package:server-runtime

### Reproduction I don't think a StackBlitz is appropriate in this case, here's a repo β€” https://github.com/silvenon/repro/tree/remix-vite, make sure to switch to the `remix-vite` branch. It's built on top of...

bug:unverified
vite

### Reproduction To setup: - Go to https://stackblitz.com/edit/remix-run-remix-nwazbr?file=vite.config.ts,app%2Froutes%2F_index.tsx - Run `yarn install` To see the error: - Run `yarn run dev` - You'll see "Internal server error: Cannot use import...

package:dev
bug:unverified
external
vite

### Reproduction Currently, if one decides to add smooth scrolling behavior sitewide, there's no way to have a more normal back/forward behavior when relying on Remix' scroll restoration. `ScrollRestoration` uses...

bug:unverified
feat:scroll

useCallback is necessary to prevent multiple calls to refs on each render.

CLA Signed
renderer:react

### What version of Remix are you using? 2.0.1 ### Are all your remix dependencies & dev-dependencies using the same version? - [x] Yes ### Steps to Reproduce ``` npx...

feat:deno
bug:unverified

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

bug:unverified
runtime:cloudflare
external