Sammy Isseyegh
Sammy Isseyegh
@paulomarg - is there a reason why only online sessions are acceptable in this function? Happy to do a quick PR for this otherwise.
+1 we are also manually casting body everywhere
Have validated that this bug only appears from v9.12.0 and up, so if you run into this bug, the quickest solution is just to revert back to v9.11.0
This bug was introduced in 9.12.0, so I think the best "safe" version to use until this is fixed is 9.10.0 (9.11.0 has some missing animations I believe)
For Android - this library uses [Geocoder](https://developer.android.com/reference/android/location/Geocoder) under the hood. ``` Returns an array of Addresses that are known to describe the area immediately surrounding the given latitude and longitude....
I don’t think I know the exact answer to that - other than geocoding is hard and the backend services will try and ‘estimate’ your location
I assume the `useInputControl` exists just as a helper to handle controlled form inputs, but in the example there are no inputs. I believe you just need a hidden form...