While creating a new tournament (/tournaments/create), I notice that the date/time/location pickers will either not load, or suddenly unload after loading correctly on a refresh. The console reveals
Download the Vue Devtools extension for a better development experience:
https://github.com/vuejs/vue-devtools
vue.js:8553
You are running Vue in development mode.
Make sure to turn on production mode when deploying for production.
See more tips at https://vuejs.org/guide/deployment.html
create:1 Uncaught (in promise)
pe
message: "initializeMap is not a function"
name: "InvalidValueError"
stack: "Error\n at new pe (https://maps.googleapis.com/maps/api/js?key=AIzaSyCEb88uw9GUZCzzLdY1CFNtbcWl9_l_WOA&libraries=places&language=en&callback=initializeMap:75:280)\n at Object._.qe (https://maps.googleapis.com/maps/api/js?key=AIzaSyCEb88uw9GUZCzzLdY1CFNtbcWl9_l_WOA&libraries=places&language=en&callback=initializeMap:75:391)\n at Eea (https://maps.googleapis.com/maps/api/js?key=AIzaSyCEb88uw9GUZCzzLdY1CFNtbcWl9_l_WOA&libraries=places&language=en&callback=initializeMap:206:241)\n at https://maps.googleapis.com/maps/api/js?key=AIzaSyCEb88uw9GUZCzzLdY1CFNtbcWl9_l_WOA&libraries=places&language=en&callback=initializeMap:206:124"
[[Prototype]]: Error
Let me know if there's anything else you need to know. The issue seems to be intermittent.
While creating a new tournament (/tournaments/create), I notice that the date/time/location pickers will either not load, or suddenly unload after loading correctly on a refresh. The console reveals
Let me know if there's anything else you need to know. The issue seems to be intermittent.