A11yTree - v0.2.2
    Preparing search index...

    Interface A11yTreeErrorFallbackProps

    interface A11yTreeErrorFallbackProps {
        error: Error | null;
        reset: () => void;
    }
    Index

    Properties

    Properties

    error: Error | null

    Error thrown from tunneled content.

    reset: () => void

    Clears the error and re-renders the tree.