Nick Wittland
Nick Wittland
> So it does work by adding the setup file in the tsconfig.json, but only if I stay with the original configuration > > `test/vitest.setup.ts` > > ```ts > import...
@SeanCassiere Sorry, but for me this issue still exists and is not related to `trailingSlash`... As long as an async operation is made, the `beforeLoad` function of the route gets...
> Edit: _TLDR;_ The problem you are facing in your repro is not the `beforeLoad` callback's execution being awaited, rather an async execution in React-land not being awaited. So, you...
Thanks for updating the example on main. I do not know why CSB has these issues at the moment... Ok, to get things in the right order, I am trying...