remix
remix copied to clipboard
Build Better Websites. Create modern, resilient user experiences with web fundamentals.
### 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...
### 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...
### 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...
- RFC: #7642 - Supersedes https://github.com/remix-run/react-router/issues/9566
### 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...
### 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...
### 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...
useCallback is necessary to prevent multiple calls to refs on each render.
### 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...
### 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...