@escolalms/h5p-react
    Preparing search index...

    Interface ErrorInfo

    interface ErrorInfo {
        componentStack?: null | string;
        digest?: null | string;
    }
    Index

    Properties

    componentStack?: null | string

    Captures which component contained the exception, and its ancestors.

    digest?: null | string