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
If you're calling process.report.getReport(), you're probably going to want to modify the result in some way before transmitting it elsewhere--remove fields, redact sensitive information, etc.--but if it returns a JSON string, there's boilerplate involved in parsing the value to an Object.
process.report.getReport() should return a parsed JS Object instead of a JSON string.