Hi, when I try to import your module
import { scrollTo, scrollIntoView } from 'scroll-js';
I get the following error:
Cannot find module core-js/modules/es.object.to-string.js imported from ./node_modules/scroll-js/dist/scroll.common.js
I have no idea what this could mean... Any idea how I could get this to work?
Thank you in advance.
PS: I am using Vite with SvelteKit if that‘s of any help