Skip to content

Commit

Permalink
Update component.go
Browse files Browse the repository at this point in the history
  • Loading branch information
maxence-charriere committed Jul 19, 2023
1 parent 89ae9ac commit 1cbb7f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/app/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 1cbb7f9

Please sign in to comment.