remix
                                
                                 remix copied to clipboard
                                
                                    remix copied to clipboard
                            
                            
                            
                        Build Better Websites. Create modern, resilient user experiences with web fundamentals.
### 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...
### 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...
TypeError: Unknown file extension ".ts". Not working dev/build with express server and import files
### 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...
### 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...
### 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`,...
### 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...
See https://github.com/vitejs/vite-plugin-react-swc/pull/191
### Reproduction I have an action method in one of my routes. ``` ts export const action: ActionFunction = async ({ request }) => { const user = await retrieveUserFromSession(request)...
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...