Hi, i made a simple call of scroll monitor like this
import 'scrollmonitor'
but as soon as the module is load (webpack compile), i've got an error
document.body is null
My function is call with
document.addEventListener("DOMContentLoaded", function () {}
i don't see why.
Any suggestion ?
Thank you
Hi, i made a simple call of scroll monitor like this
import 'scrollmonitor'but as soon as the module is load (webpack compile), i've got an error
document.body is nullMy function is call with
document.addEventListener("DOMContentLoaded", function () {}i don't see why.
Any suggestion ?
Thank you