AppProviderProps
Properties
(Mandatory properties are in bold)Properties | Type | Description |
---|---|---|
router | Router | |
settings | AppSettings | |
store | AppStore<any, AnyAction> |
Additional properties for advanced use cases
Properties | Type | Description |
---|---|---|
ErrorBoundaryComponent | ComponentType<ErrorBoundaryComponentProps> | The component displayed when an error occurs during the rendering phase Defaults to: no error boundary component |
i18nNs | string[] | More info here Defaults to: undefined |
initialLocale | string | Property to indicate the language to be used by default Defaults to: undefined |
services | Class<default<AnyState>>[] | A list of services that will be available globally in the application. More info here |
translations | AnonymousObject<AnonymousObject<string>> | An object containing the translations More info here Defaults to: undefined |