From bf813e891c40ee7cd27227ea8b7e1585612f0388 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Thu, 31 Jul 2025 18:05:06 +0200 Subject: [PATCH] chore: typo --- packages/router/src/navigationGuards.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/router/src/navigationGuards.ts b/packages/router/src/navigationGuards.ts index a2be525a..7c5cf275 100644 --- a/packages/router/src/navigationGuards.ts +++ b/packages/router/src/navigationGuards.ts @@ -244,7 +244,7 @@ export function extractComponentsGuards( if ( __DEV__ && !record.components && - // in the nex records, there is no children, only parents + // in the new records, there is no children, only parents record.children && !record.children.length ) { -- 2.47.2