Closed mleister97 closed 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:
"seamless-scroll-polyfill": "^2.1.6",
"seamless-scroll-polyfill": "^2.2.0",
Attempted import error: 'elementScrollIntoViewPolyfill' is not exported from 'seamless-scroll-polyfill'.
code:
import {elementScrollIntoViewPolyfill} from "seamless-scroll-polyfill"; elementScrollIntoViewPolyfill();
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: