Skip to content

Commit

Permalink
fix: add children prop to error boundary props (#1834)
Browse files Browse the repository at this point in the history
  • Loading branch information
brainrepo authored May 5, 2022
1 parent 4391b21 commit 13be983
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import ReactPlugin from "./ReactPlugin";
export interface IAppInsightsErrorBoundaryProps {
appInsights: ReactPlugin
onError: React.ComponentType<any>
children: React.ReactElement
}

export interface IAppInsightsErrorBoundaryState {
Expand Down

0 comments on commit 13be983

Please sign in to comment.