EntryPointContainer
EntryPointContainer​
function EntryPointContainer({
entryPointReference,
props,
}: {
+entryPointReference: PreloadedEntryPoint<TEntryPointComponent>,
+props: TRuntimeProps,
}): ReactElement
A React component that renders a preloaded EntryPoint.
entryPointReference: the value returned from a call toloadEntryPointor acquired from theuseEntryPointLoaderhook.props: additional runtime props that will be passed to theComponent
Is this page useful?
Help us make the site even better by answering a few quick questions.