Closed michaelpalumbo closed 1 year ago
console.log(document.patch[asdf34']._props.kind) // prints: undefined
This is expected to return undefined, because you the way you assign your object the value should be under document.patch['asdf34']['asdf34']._props.kind
I think
The proxy object is expected, but you should be able to use JSON.stringify to inspect the contents
Hi thanks for making SyncedStore!
I'm unable to access any nested properties in my store, instead all that I get is a Proxy Object.
When I do the following:
What am I doing wrong here?