diff --git a/src/renderer/components/error-boundary/error-boundary.tsx b/src/renderer/components/error-boundary/error-boundary.tsx index e22ee485e4..a5fd357ffa 100644 --- a/src/renderer/components/error-boundary/error-boundary.tsx +++ b/src/renderer/components/error-boundary/error-boundary.tsx @@ -11,8 +11,10 @@ import { observer } from "mobx-react"; import { Button } from "../button"; import { navigation } from "../../navigation"; import { issuesTrackerUrl, slackUrl } from "../../../common/vars"; +import type { SingleOrMany } from "../../utils"; export interface ErrorBoundaryProps { + children?: SingleOrMany; } interface State {