fix: add children prop to error boundary props (#1834)

This commit is contained in:
Mauro Murru 2022-05-05 19:16:52 +02:00 коммит произвёл GitHub
Родитель 4391b212f8
Коммит 13be983548
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -8,6 +8,7 @@ import ReactPlugin from "./ReactPlugin";
export interface IAppInsightsErrorBoundaryProps {
appInsights: ReactPlugin
onError: React.ComponentType<any>
children: React.ReactElement
}
export interface IAppInsightsErrorBoundaryState {