Closed bh-teufels closed 8 months ago
go_maps_ext 6.1.0 working
Do you inlcude some JS by yourself? The current state is this: https://github.com/mhirdes/go_maps_ext/blob/main/Resources/Public/Scripts/gomapsext.js#L739
not any maps related js i include jquery & gsap in the footer
But where does this come from (file, line):
const element = document.getElementById(gme.mapSettings.id);
element.gomapsext(gme);
Was included in the Assign.html from version 6.1.0 Had this override with Assign.html from 6.1.1 it works Thanks
Thanks for your feedback
@mhirdes, glad I came across this issue here. Would have expected a breaking change in a patch release.
I get the following errors
Uncaught TypeError: element.gomapsext is not a function in
and
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'gme') in
TYPO3 12.4.12 go_maps_ext 6.1.1
Extension Settings: basic.include_manually = FALSE basic.include_google_api_manually = FALSE basic.footerJS = TRUE
(basic.footerJS = FALSE same Errors)