Estoy tratando de usar waypoints y la consola me da este error:
Uncaught TypeError: jquery$1(...).waypoint is not a functionestuve probando de todo y nada funciona...
Incluyo waypoints después de jquery:
import $ from 'jquery' import 'bootstrap' import 'slick-carousel-latest' import 'magnific-popup' import './components/components' import 'waypoints/lib/jquery.waypoints.min'aquí está mi función
$('.section--process').waypoint(function () { if (stopAtSectionProcess === false) stopAtSectionProcess = false $('body').css('overflow', 'hidden') $(window).scrollTop($('.page2').offset().top) })