From b8950dde09cb41eac5dba40ae034abf7a5e6bdb2 Mon Sep 17 00:00:00 2001 From: Muhamed Date: Sat, 27 May 2023 01:32:44 +0530 Subject: update react version to 18.2.0 and it related changes --- src/components/util/ErrorBoundary/index.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/components/util/ErrorBoundary/index.tsx') diff --git a/src/components/util/ErrorBoundary/index.tsx b/src/components/util/ErrorBoundary/index.tsx index b042e62c8..bef211ef9 100644 --- a/src/components/util/ErrorBoundary/index.tsx +++ b/src/components/util/ErrorBoundary/index.tsx @@ -20,6 +20,7 @@ const messages = defineMessages({ interface ErrorBoundaryProps extends WithStylesProps { intl: IntlShape; + children?: React.ReactNode; } class ErrorBoundary extends Component { -- cgit v1.2.3-70-g09d2