platform-bible-react
    Preparing search index...

    Function ErrorPopover

    • A popover component that displays detailed error information using the ErrorDump component.

      Parameters

      • props: ErrorPopoverProps
        • errorDetails

          The error details to show in the error popover

        • handleCopyNotify

          Optional notification handler function to handle when the error is copied

        • localizedStrings

          List of localized strings to use in the ErrorDump component

        • className

          Optional CSS classes to insert into the PopoverContent

          NOTE: The ERROR_DUMP_STRING_KEYS array will need to be imported from the ErrorDump component which contains a list of the localized strings that will need to be set to populate the localizedStrings parameter

      Returns Element