In the google map widget I added a button to set the new map center to the current device location and another button to center the map to a new given LatLng which is saved as an app state but when I try to run both of the actions I get this error
TypeError: Cannot read properties of null (reading 'Ws')
From whats happening I understand that once I set an initial location for the widget I can never change it, I am not an expertise but it seems that I am facing a limitation from the FF widgets/actions itself but it might be fixed if I used a custom action, if someone could confirm this I will be very grateful, because I am stuck with this issue for days now.