We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6743a60 commit bd0e3a3Copy full SHA for bd0e3a3
src/transition/transition.ts
@@ -328,7 +328,7 @@ export class Transition implements IHookRegistry {
328
// ---------------------------------------------------------
329
330
const nodeIsReloading = (reloadState: State) => (node: PathNode) => {
331
- return reloadState && reloadState.includes[node.state.name];
+ return reloadState && node.state.includes[reloadState.name];
332
};
333
334
// Find any "entering" nodes in the redirect path that match the original path and aren't being reloaded
0 commit comments