Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't polyfill Object.entries globally #476

Merged
merged 1 commit into from
Jul 16, 2018

Commits on Jul 15, 2018

  1. Don't polyfill Object.entries globally

    Patching `Object.entries` affects other code beyond this library, which
    ideally should not happen. With this patch the polyfill is still used
    when necessary but the global environment is not unexpectedly changed by
    including react-i18next :)
    goto-bus-stop committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    f9e1f9d View commit details
    Browse the repository at this point in the history