Tim Dorr
Tim Dorr
You need to add your username to the contributors.yml file. That is how we track signatures.
Tanks!
@GabenGar That kind of discussion isn't really productive to the conversation here. This is simply a matter of routes being allowed to use TS to resolve modules, which may be...
Can you provide a reproduction of this issue on something like Codesandbox or StackBlitz?
This has been suggested many times. This would actually remove type safety, as you would be overriding `state` to that type. You should be using type narrowing to determine the...
Can you leave the `.yarn/releases` folder out of these PRs? Those should remain untouched as an artifact stored in the project.
Alrighty, let's merge this in. Thanks!
This PR is against the `dev` branch, which is the 7.x version of the code. I think you meant to base this against `v6`, which is for the 6.x version.
I believe this is related to remix-run/remix#10455
As you commented, this is essentially a "misuse" of NavLink within the root module. And you are also correct that we have poor documentation here. We have #13000 open to...