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
When passing a StackFrame from my client to my server I json stringify it.
So from the server I'll like to be able to recreate the StackFrame just by assigning the object received.
{functionName: "WuiDom.eval",fileName: "src/views/LoginScreen/index.js",lineNumber: 233,columnNumber: 17,source: " at WuiDom.eval (src/views/LoginScreen/index.js:233:17)"}
When passing a StackFrame from my client to my server I json stringify it.
So from the server I'll like to be able to recreate the StackFrame just by assigning the object received.