With the latest version I'm receiving Uncaught ReferenceError: jekyllMaps is not defined. ``` bundle exec jekyll -v jekyll 4.3.1 ``` Usage/definition: `index.md` ``` {% google_map src="_data/places.yaml" %} ``` After the page refreshing the map shows as expected.
With the latest version I'm receiving Uncaught ReferenceError: jekyllMaps is not defined.
Usage/definition:
index.mdAfter the page refreshing the map shows as expected.