Recently, I have noticed a surge in errors related to the following message:
Object.entries is not a function
This particular piece of code is utilized in various sections of Vue components.
Furthermore, there is a file named .browserslistrc
:
defaults
Unexpectedly, this error has now started popping up on devices running iOS 10.1 (Facebook 68.0.0), whereas previously it was only seen on Android <6. This has become quite concerning.
I would appreciate any guidance on how to resolve this issue. Should something be added to the .browserslistrc
file? Or perhaps another solution altogether? There haven't been any similar problems in JS thus far.