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
In the map application I'm currently working on, this.call from side-app cannot be received in device-app unless this.request has been called for at least once in the device-app.
Please confirm if this is a bug.
Additionally, it seems that onInit (params) in BasePage get passed a string "undefined" by default. I believe this is not the desired behavior. A plain undefined might just work here.