Whe the `call` middleware is used with the `{ prev: true }` configuration, it refers to the previous route. On the initial page load, there is no previous route, so I don't think it makes sense to call those callbacks.
Whe the
callmiddleware is used with the{ prev: true }configuration, it refers to the previous route.On the initial page load, there is no previous route, so I don't think it makes sense to call those callbacks.