remix
remix copied to clipboard
Build Better Websites. Create modern, resilient user experiences with web fundamentals.
ISSUE: https://github.com/remix-run/remix/issues/3372 ### What version of Remix are you using? 1.5.1 ### Steps to Reproduce * Create a nested route with a button that calls the action. For instance `/admin/login`...
chore: update tests to handle no assert flow Closes: # - [ ] Docs - [ ] Tests Testing Strategy:
### What version of Remix are you using? 0.0.0-experimental-5b4bceda6 ### Steps to Reproduce Within a Remix loader, call the redirect function with a fully qualified URL like `https://google.com` Example loader:...
### What version of Remix are you using? 1.7.5 ### Steps to Reproduce 1. `yarn dlx create-remix@latest` (Yarn 3 equivalent of `npx`) 2. Choose Deno Deploy and TypeScript 3. `yarn...
Adds preliminary tests for feature flags in `remix.config`. While this technically adds compiler support for the `v2_meta` feature flag, the actual implementation for that feature will come in a follow-up...
The current example shows using rehype-highlight. However, without a highlight.js css file, only monospaced text will appear. Given that the example is mentioning rehype-highlight it think it's worth also mentioning...
### What version of Remix are you using? v1.7.5 ### Steps to Reproduce 1. Create a new Cloudflare project 2. Drop a static asset in the public directory (favicon, images,...
Index routes in Remix Flat Routes do not end in `/index` so these routes were not correctly identified.
Closes: #4135 - [ ] Docs - [x] Tests Testing Strategy: