frontend
    Preparing search index...

    Variable ErrorBoundaryConst

    ErrorBoundary: ComponentType<
        Omit<
            $Subtract<ErrorBoundaryProps, WithTranslationProps>,
            keyof WithTranslation<Ns, undefined>,
        > & WithTranslationProps,
    > = ...

    Error boundary component that catches render errors and shows a retry screen.