Skip to content

Browser error? #90

Open
Open
@mauricio-lomeli-planview

Description

Expected Behavior

Show the stack trace

Current Behavior

error-stack-parser.js:31 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'parseV8OrIE')
    at ErrorStackParser$$parse (error-stack-parser.js:31:1)
    at StatusPageErrorBoundary.render (StatusPageProvider.tsx:24:1)
    at finishClassComponent (react-dom.development.js:17485:1)
    at updateClassComponent (react-dom.development.js:17435:1)
    at beginWork (react-dom.development.js:19073:1)
    at HTMLUnknownElement.callCallback (react-dom.development.js:3945:1)
    at eval (index.js:1:1)
    at Object.with (index.js:1:1)
    at HTMLUnknownElement.r (index.js:1:1)
    at Object.invokeGuardedCallbackDev (react-dom.development.js:3994:1)

Screenshot 2023-06-13 at 3 18 37 PM

Steps to Reproduce (for bugs)

const frame = parse(new Error('BOOM'));

Context

Just want to read the error in a parsed format.

Your Environment

  • Package version: latest
  • Browser name and version: Chrome latest
  • OS version (desktop or mobile): MacOS
  • Link to your project: N/A

Possible Solution

None

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions