You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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
The text was updated successfully, but these errors were encountered:
Expected Behavior
Show the stack trace
Current Behavior
Steps to Reproduce (for bugs)
const frame = parse(new Error('BOOM'));
Context
Just want to read the error in a parsed format.
Your Environment
Possible Solution
None
The text was updated successfully, but these errors were encountered: