MCPcopy Create free account
hub / github.com/NV404/gova / componentNode

Struct componentNode

component.go:5–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import "fmt"
4
5type componentNode struct {
6 node viewNode
7 renderFn func(*Scope) View
8 scope *Scope
9 rendered *viewNode
10 errFallback func(error) View
11}
12
13// renderComponent invokes the component's renderFn. If an ErrorBoundary
14// has registered a fallback on this component, panics are recovered and

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected