From d2dc9cd07f6a660558bd72783b8a1e022e6a1225 Mon Sep 17 00:00:00 2001 From: James Date: Fri, 15 Apr 2022 15:28:18 -0400 Subject: [PATCH] fix: disables errors while populating breadcrumbs --- src/utilities/getParents.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utilities/getParents.ts b/src/utilities/getParents.ts index b549296..ebfca43 100644 --- a/src/utilities/getParents.ts +++ b/src/utilities/getParents.ts @@ -19,6 +19,7 @@ const getParents = async ( id: parent, collection: collection.slug, depth: 0, + disableErrors: true, }); }