Background of the issue:
I try to add a new Google maps location in a repeater. But this returns an error. I think I had the same problem before and this was solved in an update of ACFML. Link to a page where the issue can be seen: link oculto
Symptoms:
An error of type E_ERROR was caused in line 67 of the file /data/sites/web/yourcloud/www/wp-content/plugins/acfml/classes/Helper/HashCalculator.php. Error message: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, float given in /data/sites/web/yourcloud/www/wp-content/plugins/acfml/classes/Helper/HashCalculator.php:67
Questions:
Why am I getting an error when adding a new Google maps location in a repeater?
Is there a known issue with ACFML that causes this error?
How can I resolve the TypeError in HashCalculator.php?