From c297d6e046faa4056cd97197807d213aeadf7e63 Mon Sep 17 00:00:00 2001 From: Ivan S Glazunov Date: Sat, 5 Oct 2024 22:36:51 +0300 Subject: [PATCH] 0.0.97 --- imports/go.tsx | 1 - imports/hooks.tsx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/imports/go.tsx b/imports/go.tsx index 81b17ce..2b425a1 100644 --- a/imports/go.tsx +++ b/imports/go.tsx @@ -483,7 +483,6 @@ const parents: ParentsI = function parents(): GoI[] { if (pointer.go && pointer.go != selfReturnGo) pointer = pointer.go; else root = pointer; } - console.log('parents', parents); return parents; } diff --git a/imports/hooks.tsx b/imports/hooks.tsx index c55c359..7489b5c 100644 --- a/imports/hooks.tsx +++ b/imports/hooks.tsx @@ -108,7 +108,7 @@ export function PreloadProvider({ }) { const deep = useDeep(); return - {deep ? [] : children}; + {deep ? [] : children} }