CreateAppOptions.loadingComponent
Home > @backstage/frontend-defaults
> CreateAppOptions
> loadingComponent
The component to render while loading the app (waiting for config, features, etc)
Is the text "Loading..." by default. If set to "null" then no loading fallback component is rendered. *
Signature:
loadingComponent?: ReactNode;