remix
remix copied to clipboard
Build Better Websites. Create modern, resilient user experiences with web fundamentals.
Closes: #4422 - [ ] Docs - [x] Tests Testing Strategy: New and existing tests pass. We can try slashed routes manually.
### Discussed in https://github.com/remix-run/remix/discussions/4786 Originally posted by **pcattori** December 6, 2022 > The Representation Principle: Once a problem is described using an appropriate representation, the problem is almost solved >...
### What version of Remix are you using? 1.7.4 ### Steps to Reproduce Have an action function with a redirect in which you redirect to to a full URL with...
I guess the prop was changed because TypeScript was bugging me.
I noted it misses the types over the `headers` function. Another alternative could be adding a new type `HeadersArgs` using the same conventions as for `loader` and `action`
### What version of Remix are you using? 1.6.5 ### Steps to Reproduce 1. build the project ``` git clone https://github.com/lili21/remix-uc.git cd remix-uc npm i npm run build npm run...
### What version of Remix are you using? 1.5.1 ### Steps to Reproduce - update jest-related dependencies to v28 as per #3400 - add transformIgnorePatterns as per https://github.com/remix-run/remix/pull/3400#issuecomment-1147594562 - run...
### What version of Remix are you using? 1.1.1 ### What version of Node are you using? Minimum supported version is 14. 14.15.0 ### Steps to Reproduce Open and `run...
### What version of Remix are you using? 1.0.6 ### What version of Node are you using? Minimum supported version is 14. 17.1.0 ### Steps to Reproduce 1. [Clone my...
### What version of Remix are you using? 1.4.0 ### Steps to Reproduce 1. Create a new remix project using Remix 1.4.0 2. Create a new npm package locally. I'm...