Browser support for Safari?
See original GitHub issueWhat browsers does this module support?
In safari 10.0 Object.values()
and Object.entries()
are not available ( as added by #450 in v11 ). So the component is erroring out.
We could polyfill or version down, but also listing the browser requirements would be nice.
Thank you!
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
Safari - Official Apple Support
Learn more about all the topics, resources, and contact options you need to download, update and manage your Safari settings.
Read more >Browser comparison | Can I use... Support tables for HTML5 ...
Browser comparison ; IE. 6. 7 ; Safari on iOS. 3.2. 4.0-4.1 ; Samsung Internet. 4. 5.0-5.4 ; Android Browser. 2.1. 2.2.
Read more >Safari browser compatibility and known technical issue.
Safari browser installed on Windows is not supported; If installed on a windows laptop/desktop, the safari browser would not support Airmeet access fully ......
Read more >Safari Browser Compatibility - PowerMapper.com
Only the MP3 and MP4 audio formats are well supported across desktop and mobile browsers. The bdi element is not supported by some...
Read more >Cross Browser Compatibility of CSS all property in Safari 15
Note: CSS all property is Fully Supported on Safari 15, which means that any user who'd be accessing your page through Safari 15 ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ll give it a day or two before bumping a release; despite the fact that we’ve not properly documented the dependency, this is nowhere near the first version of react-dates that required a full ES shim to work.
In the meantime, anyone affected can (and should already be) shimming with https://npmjs.com/airbnb-js-shims or the equivalent.
In the meantime, I’ve added 768578ec06480c7b07003bae59aada661223ae56 which handles
Object.values
(Object.entries
seems to have been removed as of v11.0.1)