After updating to canvas 7 gmap seems to be broken:
module.gmap.js:1 No API Key defined for Google Maps! Please set an API Key in js/functions.js File!
<!-- JavaScripts
============================================= -->
<script async src="https://maps.google.com/maps/api/js?key=KEY"></script>
<script src="js/functions.js"></script>code example page http://localhost:3000/maps.html is also not working (same error)
enter API directly in fuctions.js is fixing the problem but generated source files should not be edited.
