You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
zoom-vanilla.js doesn't appear to be written in CJS, but also doesn't appear to be a valid ES module (i.e. it doesn't have "type": "module" or an .mjs extension for the entry point). Please contact the package author to fix.
The text was updated successfully, but these errors were encountered:
This is pretty accurate since the original zoom.js was written at a time before ES modules were common. Where do you see this notice, and is it an error (does it prevent zoom-vanilla.js from loading)?
This is pretty accurate since the original zoom.js was written at a time before ES modules were common. Where do you see this notice, and is it an error (does it prevent zoom-vanilla.js from loading)?
zoom-vanilla.js doesn't appear to be written in CJS, but also doesn't appear to be a valid ES module (i.e. it doesn't have "type": "module" or an .mjs extension for the entry point). Please contact the package author to fix.
The text was updated successfully, but these errors were encountered: