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
Hi, I add "scrollmagic": "^2.0.8" to my project and import files to my js file:
import ScrollMagic from "scrollmagic"; import "scrollmagic/scrollmagic/uncompressed/plugins/debug.addIndicators";
And it gives me error: 08:00:05:835 (ScrollMagic.Scene) -> ERROR calling addIndicators() due to missing Plugin 'debug.addIndicators'. Please make sure to include plugins/debug.addIndicators.js
But when I set version to 2.0.7 -> it works well.
So, there is some problem with new version
The text was updated successfully, but these errors were encountered:
Hi, I add "scrollmagic": "^2.0.8" to my project and import files to my js file:
import ScrollMagic from "scrollmagic";
import "scrollmagic/scrollmagic/uncompressed/plugins/debug.addIndicators";
And it gives me error:
08:00:05:835 (ScrollMagic.Scene) -> ERROR calling addIndicators() due to missing Plugin 'debug.addIndicators'. Please make sure to include plugins/debug.addIndicators.js
But when I set version to 2.0.7 -> it works well.
So, there is some problem with new version
The text was updated successfully, but these errors were encountered: