dAppBooster
    Preparing search index...

    Type Alias WithSuspenseAndRetryProps

    type WithSuspenseAndRetryProps = {
        defaultFallbackFormat?: DefaultFallbackFormat;
        fallbackRender?: ErrorBoundaryPropsWithRender["fallbackRender"];
        suspenseFallback?: ReactNode;
    }
    Index

    Properties

    defaultFallbackFormat?: DefaultFallbackFormat
    fallbackRender?: ErrorBoundaryPropsWithRender["fallbackRender"]
    suspenseFallback?: ReactNode