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.19.3 ### Are all your remix dependencies & dev-dependencies using the same version? - [X] Yes ### Steps to Reproduce Here's a...

bug
renderer:react
feat:deferred

### Reproduction After upgrading to vite i randomly get this wall of errors in the browser when navigating to the index page: ``` insertBefore@[native code] insertBefore@http://localhost:3000/node_modules/.vite/deps/chunk-OBIMC6IO.js:8457:38 insertOrAppendPlacementNode@http://localhost:3000/node_modules/.vite/deps/chunk-OBIMC6IO.js:17426:27 commitPlacement@http://localhost:3000/node_modules/.vite/deps/chunk-OBIMC6IO.js:17382:42 commitReconciliationEffects@http://localhost:3000/node_modules/.vite/deps/chunk-OBIMC6IO.js:17902:30 commitMutationEffectsOnFiber@http://localhost:3000/node_modules/.vite/deps/chunk-OBIMC6IO.js:17734:42...

bug:unverified
hydration

### Reproduction https://github.com/EvgeniyBudaev/remixjs-2-8 I have server.ts. There are a lot of imported files in the server.ts. I'm executing the command npm run dev and get an error "TypeError: Unknown file...

feat:typescript
package:dev
template:express
bug:unverified

### Reproduction - `npx create-remix@latest --template remix-run/remix/templates/unstable-vite` - Add a `console.log` in `app/routes/_index.tsx` in the module scope above the `default` component export - Go to app in browser, open up...

bug:unverified
vite

### Reproduction Spin up a remix app using the Cloudflare template, and make sure nothing is installed: ```sh bunx create-remix@latest --template remix-run/remix/templates/cloudflare cd my-remix-app rm -rf node_modules ``` In `vite.config.ts`,...

bug:unverified
runtime:bun
template:vite-cloudflare

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

feat:routing
bug:unverified

See https://github.com/vitejs/vite-plugin-react-swc/pull/191

CLA Signed
package:dev
vite

### Reproduction I have an action method in one of my routes. ``` ts export const action: ActionFunction = async ({ request }) => { const user = await retrieveUserFromSession(request)...

feat:forms
bug:unverified
package:testing

Closes: # - [x] Docs - [x] Tests Testing Strategy:

docs

Closes: # - [ ] Docs - [ ] Tests Testing Strategy: * fresh remix installation using `vite` template: npx create-remix@latest --template remix-run/remix/templates/vite * npm run build * npm start...

CLA Signed
template:vite