hi i'm trying to set a property on a custom element like: ``` let obj = {id:500} return html` <state-a .obj=${obj}></state-a> ... ``` in the connected callback of state-a custom element i get null if doing console.log(this.obj) ? thanks for any enlightment
hi
i'm trying to set a property on a custom element like:
in the connected callback of state-a custom element i get null if doing console.log(this.obj) ?
thanks for any enlightment