Melvin Valster

Results 16 issues of Melvin Valster

![image](https://user-images.githubusercontent.com/178117/43512359-3a1accc0-957b-11e8-9dd3-246dc2a9811c.png)

### Describe the bug When using navigation (e.g. `navigate` / `redirect`) with a `from` and relative `to`, it seems TypeScript always complains about the `search` param being required, even if...

### Describe the bug If you `throw notFound()` for a `$param` param route with a delay (e.g. when awaiting a request), the parent routes stay forever stuck in "pending" state....

### Describe the bug When returning a deferred promise from the route `loader()` the promise isn't actually deferred, but it seems awaited. This can be seen on the resolved type...

### Describe the bug I don't even need to click the link, as soon as I hover over it, I get the "Not found" error message? ### Your Example Website...

### Which project does this relate to? Router ### Describe the bug We used to be able to throw a redirect to update the route params, like so: ```ts //...