I'm trying to polyfill .at and it doesn't seem to work ```import 'core-js/stable/array/at';``` and Array.prototype.at is still undefined. Anybody had this issue?
I'm trying to polyfill .at and it doesn't seem to work
import 'core-js/stable/array/at';and Array.prototype.at is still undefined.
Anybody had this issue?