Open tothmarkandor99 opened 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
@trinity-rank If you need exact reproduction steps, I can provide them
I experienced the same issue today, corrected (locally) using the same technique, this would be good to merge if able.
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