magic-akari / seamless-scroll-polyfill

Scroll Behavior polyfill
https://www.npmjs.com/package/seamless-scroll-polyfill
MIT License
159 stars 12 forks source link

Functions not importable anymore starting at 2.1.7 #134

Closed coehne closed 1 year ago

coehne commented 2 years ago

Hi, with versions 2.1.7 and above I get the following error when I want to import it: "Attempted import error: 'polyfill' is not exported from 'seamless-scroll-polyfill'"

This is also true for "scrollIntoView" and "elementScrollIntoViewPolyfill"

Version 2.1.6 is working for me.

Using React 17, Yarn and Typescript 4.6

What other information can I provide to help finding the cause?

magic-akari commented 2 years ago

The .cjs suffix was used in 2.1.7 to bypass the next.js issue. Check to see if your toolchain doesn't support the .cjs suffix.