Props a RootProps render is reduced to before a RootNode is built.
RootNode
A node draws one page, so it never sees the builder form: Root resolves the sequence first and constructs one node per page with that page's already-built children.
Root
Optional
The tree for one page, already resolved — a builder has been run by the time this is built.
Props a RootProps render is reduced to before a
RootNodeis built.A node draws one page, so it never sees the builder form:
Rootresolves the sequence first and constructs one node per page with that page's already-built children.