From 1cbb7f950125870132675b7824d655f0a4c1fd93 Mon Sep 17 00:00:00 2001 From: Maxence Charriere Date: Wed, 19 Jul 2023 18:18:43 +0800 Subject: [PATCH] Update component.go --- pkg/app/component.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/app/component.go b/pkg/app/component.go index e7e04e2a..93822144 100644 --- a/pkg/app/component.go +++ b/pkg/app/component.go @@ -417,7 +417,7 @@ func (c *Compo) replaceRoot(v UI) error { if parent == nil || parent.Kind() == HTML { break } - fmt.Println("replaceRoot(): fetching parent", parent.Kind()) + fmt.Println("replaceRoot(): fetching parent", reflect.TypeOf(parent)) } if parent == nil {