You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
I'm not totally sure if this is a bug in chrome 51 or in this library, but in chrome 52, i get this result
window.humps.decamelizeKeys({fooBar: 123})
Object {foo_bar: 123}
and in chrome 51, i get this
window.humps.decamelizeKeys({fooBar: 123})
Object {foobar: 123}
chrome 50 seems fine so it's just 51
The text was updated successfully, but these errors were encountered: