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 is the Change Upgrade vanilla extract from `6.0.1` to `6.0.2` ### Motivation for changes Version `6.0.1` of vanilla-extract uses `esbuild` version `0.11.16`. Version `6.0.2` of vanilla-extract uses `esbuild`...

CLA Signed
package:dev

### What version of Remix are you using? 1.11.0 ### Steps to Reproduce - run `npx create-remix@latest project-name` - select: `basic`, `typescript`, `netlify` and `n` so we can run **yarn**...

bug:unverified
hydration

### What version of Remix are you using? latest ### Steps to Reproduce I installed an extension that modifies DOM such as Grammar Checker into my browser and tried to...

bug:unverified
external
hydration

### What version of Remix are you using? 1.11.1 ### Steps to Reproduce I'ved make a simple repo for the reproduction of this problem: https://github.com/MajorTom327/remix-route-v2-tests The routes presents are: ```...

feat:routing
bug:unverified

At Fastly we have created a runtime, a server adapter, and a template for running Remix on Fastly Compute@Edge. This PR adds support for settings `serverBuildTarget` to `fastly-compute-js`, which configures...

CLA Signed
package:dev

The current docs don't highlight that you can throw a redirect response. Also, it's not mentioned that throwing a `redirect` is different from throwing any other response (does not trigger...

CLA Signed
docs

### What version of Remix are you using? 1.7.1 ### Steps to Reproduce Update [email protected] to [email protected] (all relevant `@remix-run/`. - `npm install` - `npm run dev` - Open the...

needs-response
bug:unverified

- [ ] Docs - [ ] Tests Testing Strategy: I'm not really sure about how to automate testing this because it only adds an optional type. `npm run lint`...

CLA Signed
feat:cookies
feat:typescript
package:server-runtime

Closes: # - [x] Docs - [x] Tests My preference would be to make `--debug` accept an optional value as described here: https://github.com/remix-run/remix/issues/4216#issuecomment-1253134476. However, I was not able to figure...

CLA Signed

### Context Why is this important? [Screen reader users often rely on `title`'s to infer the content of a page.](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/title#accessibility_concerns) And the `loader` is used to dynamically set the `title`...

bug:unverified