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
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