We are using this to subscribe to atom in a Page, and when we update the values to the atom, the this.data value on Page is not updating.
Looking into https://github.com/Wiredcraft/miniprogram-tools/blob/master/packages/sparrow/src/behavior.ts#L42 I found it's not hooking onto a page life cycle, only to a component.
We are using this to subscribe to atom in a Page, and when we update the values to the atom, the this.data value on Page is not updating.
Looking into https://github.com/Wiredcraft/miniprogram-tools/blob/master/packages/sparrow/src/behavior.ts#L42 I found it's not hooking onto a page life cycle, only to a component.