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
fix: Format response text from server in example client implementation
- `String(result)` often ends up calling down to toString on the object. When there is a large JSON object, it ends up with `object Object`
- This formats this, attempting to stringify objects, or eventually calling back down to String(text)
0 commit comments