trinity-rank / google-map-with-autocomplete

Google map with autocomplete
MIT License
4 stars 9 forks source link

Nova flexible content incompatibility #4

Open tothmarkandor99 opened 2 years ago

tothmarkandor99 commented 2 years ago

Nova Flexible Content stores the field data in a json text field in the DB, and provides the Nova components the data as array instead of objects. This makes the resolve function fail, because it expects model objects.

This PR fixes the issue: https://github.com/trinity-rank/google-map-with-autocomplete/pull/3

tothmarkandor99 commented 2 years ago

@trinity-rank If you need exact reproduction steps, I can provide them

beneverard commented 1 year ago

I experienced the same issue today, corrected (locally) using the same technique, this would be good to merge if able.