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 1cbb7f9 commit 881050f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/app/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@ func (c *Compo) replaceRoot(v UI) error {
}
fmt.Println("replaceRoot(): fetching parent", reflect.TypeOf(parent))
}
fmt.Println("replaceRoot(): parent found", reflect.TypeOf(parent))

if parent == nil {
return errors.New("replacing component root failed").
Expand Down

0 comments on commit 881050f

Please sign in to comment.