remix
remix copied to clipboard
Build Better Websites. Create modern, resilient user experiences with web fundamentals.
Single fetch `response` parameter for loader is undefined if no default export exists in the route
### Reproduction https://stackblitz.com/edit/remix-run-remix-x55her?file=app%2Froutes%2Fno-default.tsx ### System Info ```shell System: OS: Linux 5.0 undefined CPU: (8) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz Memory: 0 Bytes / 0 Bytes Shell: 1.0 -...
### Reproduction - Go to https://stackblitz.com/edit/remix-run-remix-i5ctaf - Toggle checkboxes on and off and see the console output or network tab ### System Info ```shell System: OS: Linux 5.0 undefined CPU:...
### Reproduction 1. Create a remix app 2. Run `build` then `start` 3. Open the page 4. Check the headers on the `/favicon.ico` request The favicon from `/public` comes with...
### Reproduction https://github.com/SlexAxton/remix-dev-node-shadow-bug-repro ### System Info ```shell System: OS: macOS 14.3 CPU: (10) arm64 Apple M1 Max Memory: 30.95 GB / 64.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 20.12.2...
### Reproduction https://stackblitz.com/edit/remix-run-remix-43pane?file=app%2Froutes%2F_index.tsx - hover `clientLoaderData` ### System Info ```shell System: OS: Linux 5.0 undefined CPU: (8) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz Memory: 0 Bytes / 0 Bytes...
### Reproduction The remix-express/server tries to parse the port number from either the `host` or the `X-Forwarded-Host` header [remix-express/server.ts#L92](https://github.com/remix-run/remix/blob/main/packages/remix-express/server.ts#L92). In the case that one of them is an IPv6 address...
### Reproduction **What version of Remix are you using?** 2.5.1 **Are all your remix dependencies & dev-dependencies using the same version?** Yes **Steps to Reproduce** npx create-remix@latest npm install firebase...
### What version of Remix are you using? 2.2 ### Are all your remix dependencies & dev-dependencies using the same version? - [X] Yes ### Steps to Reproduce I am...
### Reproduction ## Description ### Problem Summary While developing the frontend using Express and Remix, breakpoints set in VSCode during debugging do not halt the code execution. ## Reproduction Steps...
### What version of Remix are you using? 2.1.0 ### Are all your remix dependencies & dev-dependencies using the same version? - [X] Yes ### Steps to Reproduce Create a...