This repository was archived by the owner on Jan 19, 2024. It is now read-only.

Description
Hello,
Recently, I have been experiencing a problem when using GMAP3. On sites where I have been using GMAP3 for a long time I suddenly got the following error: "Uncaught (in promise) TypeError: class constructors must be invoked with 'new'"
This error hits line 155 from the latest version 7.2: return cls.apply(this, args);$
I also see that this problem occurs when running the code on the home page of GMAP3.
Can someone help me solve this problem?