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 value formatting of proxies of class instances
For Hookstate Proxies of classes, `data.constructor.name` returns
`Proxy({})`, so use `Object.getPrototypeOf(data).constructor.name`
instead in that case.
0 commit comments