Sean Cassiere
Sean Cassiere
I don't have the bandwidth to look into this until probably mid next week. @tannerlinsley any idea around where this bug would be happening?
Not sure if we are going to add this hook into the library or not, but this PR would need some changes should we decide to add it in.
Also, we probably want to using the `feat:` or `refactor:` prefix on the commit name. Not sure if we are using conventional commits or angular commits, but if I've not...
> @SeanCassiere in light of #1584, can you please review this? Trying out the changes from my previous PR on this branch yielded no collisions or regressions that I could...
It is worth checking this out in the `loader` as well since #1551 has a similar issue where if the loader was awaited on correctly, then the correct component would...
@frederikvonsperling I imported your example into Stackblitz and it looks to be working with [1.32.5](https://github.com/TanStack/router/releases/tag/v1.32.5). https://stackblitz.com/edit/github-h31abz?file=src%2Fmain.tsx Can this please be retested.
Looked further into this. The `beforeLoad` not being awaited has ~~**NOT**~~ been fixed. But a new bug has been found, as mentioned by @frederikvonsperling. The new bug found by @frederikvonsperling...
The issue here is entirely related to the `trailingSlash` issue in combination with `React.StrictMode`. For example, consider the scenario where `trailingSlash` is set to `never` with `React.StrictMode` ON. 1. When...
Closing this as the correct bug shall be tracked in the issue mentioned.