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
In the error package, the JSON.stringify call breaks, if any of the values is a BigInt.
Reproduction URL
No response
Reproduction steps
//Here's a test that can be executed on the repotest('Should be able to build an error message - bigint',()=>{consterrorMessage=createErrorMessage('simpleMethod','Error message',{data: 1n});expect(errorMessage).toBeDefined();});
Screenshots
No response
Logs
TypeError: Do not know how to serialize a BigInt
at JSON.stringify (<anonymous>)
OS
No response
The text was updated successfully, but these errors were encountered:
Description
In the error package, the
JSON.stringify
call breaks, if any of the values is a BigInt.Reproduction URL
No response
Reproduction steps
Screenshots
No response
Logs
OS
No response
The text was updated successfully, but these errors were encountered: