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
(we're upgrading Monarch to v4 as a background task, hence the trickle of issues. This issue relates to v4.4.1)
For some screens, we use monarch.post as part of the setup. The typical flow is that during init() the screen will message another script, and that script will in turn use monarch.post(). However these messages are no longer received as monarch.post() only works for visible screens and recent changes mean that a screen's visible field is only set at the end of its transition.
This may be considered the correct behaviour, in which case we'll find an alternative approach.
The text was updated successfully, but these errors were encountered:
Hmm, yeah, it is a bit strange that you're not able to call monarch.post() until the screen is visible... Surely it would make more sense to be able to call monarch.post() as soon as the screen is initialized?
(we're upgrading Monarch to v4 as a background task, hence the trickle of issues. This issue relates to v4.4.1)
For some screens, we use monarch.post as part of the setup. The typical flow is that during init() the screen will message another script, and that script will in turn use monarch.post(). However these messages are no longer received as monarch.post() only works for visible screens and recent changes mean that a screen's visible field is only set at the end of its transition.
This may be considered the correct behaviour, in which case we'll find an alternative approach.
The text was updated successfully, but these errors were encountered: