react-places-autocomplete icon indicating copy to clipboard operation
react-places-autocomplete copied to clipboard

id field missing - component throwing exception

Open slowtree opened this issue 6 years ago • 0 comments

BUG

Component doesn't work properly when google services returns answer without ID field.

We checked all places where we've been using this component. It always fails, when the google answer doesn't include the ID field. Something we've observed only in the last 8 hours.

To work properly ;) meaning not throwing any exception maybe not relying on the ID field anymore as it might not always be there, but relying on a different id for identification.

Version affected 7.2.1

Below an example of the answer causing the issue. Schermata 2019-06-26 alle 01 29 51

slowtree avatar Jun 26 '19 00:06 slowtree