From 3298e1a861b8a6aacb58f21b15f12406350081f9 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Mon, 2 May 2022 18:46:08 +0200 Subject: [PATCH] test: avoid type error --- src/navigationGuards.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/navigationGuards.ts b/src/navigationGuards.ts index 8a6091c9..ae9e142f 100644 --- a/src/navigationGuards.ts +++ b/src/navigationGuards.ts @@ -385,6 +385,7 @@ export function loadRouteLocation( // replace the function with the resolved component // cannot be null or undefined because we went into the for loop record.components![name] = resolvedComponent + return }) ) } -- 2.47.3