Lately, a lot of errors have started to come up, referring to this:
Object.entries is not a function
This piece of code is used in several places in Vue components.
There is also a .browserslistrc
file:
defaults
Recently, this error began to come from devices running iOS 10.1 (Facebook 68.0.0). Until then, it was only found on Andrioid <6. And now all this began to strain a lot.
Tell me, please, how can I fix this situation? Maybe something needs to be written in the .browserslistrc
file? Or something else? There are no other similar issues in JS.