Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Browser error? #90

Open
mauricio-lomeli-planview opened this issue Jun 13, 2023 · 1 comment
Open

Browser error? #90

mauricio-lomeli-planview opened this issue Jun 13, 2023 · 1 comment
Labels

Comments

@mauricio-lomeli-planview
Copy link

mauricio-lomeli-planview commented Jun 13, 2023

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

@RPGillespie6
Copy link

Seems like only the minified version is properly bundled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants