I do not understand what is wrong here
Unanswered
Japanese Bobtail posted this in #help-forum
Japanese BobtailOP
import Scrollbar from 'smooth-scrollbar/scrollbar';
const Banner = () => {
const scrollToNextSection = () => window.scrollTo(33, 800);
console.log(Scrollbar);I am getting error when use this
Scrollbar function .1 Reply
Just a random guess, try importing it as
import { Scrollbar } from ...