How to fix TypeError: Object.hasOwn is not a function?

Hi, im using UPPY react, version:
@uppy/aws-s3-multipart”: “^3.3.0”,
@uppy/core”: “^3.2.0”,
@uppy/react”: “^3.1.2”,

Some of my clients in website got error :TypeError: Object.hasOwn is not a function.
What can be the reason? Im not using in my code “Object.hasOwn”.

Likely because some of your users still use IE: JavaScript built-in: Object: hasOwn | Can I use... Support tables for HTML5, CSS3, etc

You can try to make Uppy work for IE: GitHub - transloadit/uppy: The next open source file uploader for web browsers

But I wouldn’t recommend doing so. IE is too old for the trouble.