Closed pasindu-pr closed 3 years ago
You can share your codesandbox example?
@nghiepit Check this please: https://codesandbox.io/s/next-with-react-smooth-scroll-bar-vew87?file=/pages/index.js
@PasinduPrabhashitha I've just fixed https://codesandbox.io/s/next-with-react-smooth-scroll-bar-forked-tmz82?file=/pages/index.js
Hey there, Can't I use this on Next.js? I installed both smooth-scrollbar, smooth-scrollbar-react on my Next.js project. But I'm getting the following error.
import { assign, extends } from "tslib"; SyntaxError: Cannot use import statement outside a module
What should I do to fix this?