Hi, So I had previously 4.30 and everything was working well.
Upon 4.31 upgrade, When initialize a session, I have a function that upon hovering on either FeatureLayer or StreamLayer, opens a popup via MapView.popup.open() and close it via popup.close().
however, I receive the following error:
mapView?.popup?.open is not a function
mapView.popup.close is not a function
Now, When I click on anywhere on the map (even blank spots), these functions suddenly become available, and everything works.