Reporting this as an issue along with the fix in hopes that it helps others find the answer quicker. **Problem** When importing `react-testing-library` and running my tests, they failed with the following error > ```Object.entries is not a function``` **Version Information** * `react-testing-library` version: 3.1.4 * `react` version: N/A * `node` version: 6.x * `npm` (or `yarn`) version: 6.x **Solution** Per @kentcdodds [suggestion](https://github.com/paypal/glamorous/issues/302#issuecomment-355301156) in a glamorous ticket: > Make sure you're on the latest stable node (>=8) and npm (>= 5). Sorry about that! Upgrading to the latest version of node did indeed resolve my issue.