I just failed a create-react-app on Chrome 51 with "Object.values" undefined. It was added somewhere along the 51->55 release.
Corresponding Kangax entries:
+1
Thanks for adding Object.values, how about Object.entries?
Object.values is now available at https://caniuse.com/#feat=object-values, for Object.entries please vote at #2936
Most helpful comment
Corresponding Kangax entries: