magic-akari / seamless-scroll-polyfill

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

Attempted import error: 'elementScrollPolyfill' is not exported from 'seamless-scroll-polyfill'. #142

Closed mleister97 closed 1 year ago

mleister97 commented 1 year ago

Hi, just updated from "seamless-scroll-polyfill": "^2.1.6", to "seamless-scroll-polyfill": "^2.2.0", and now getting the following error:

Attempted import error: 'elementScrollIntoViewPolyfill' is not exported from 'seamless-scroll-polyfill'.

code:

import {elementScrollIntoViewPolyfill} from "seamless-scroll-polyfill";
elementScrollIntoViewPolyfill();