All the tests pass normally for v4, but one fails when `NODE_ENV=production`, resulting in the following error: ``` Cannot read property 'currentValue' of undefined ``` I found this after deploying `graphql-react` v4 with graphql-react-examples 😞