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
One way we could resolve this issue is to split our Page component into very basic stuff that's required to be in Page (like sharing), but the rest all into a component so can utilize this tool.
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.
The text was updated successfully, but these errors were encountered: