<!-- Thanks for filing an issue on React Apollo! Please make sure that you include the following information to ensure that your issue is actionable. If you don't follow the template, your issue may end up being closed without anyone looking at it carefully, because it is not actionable for us without the information in this template. If you're filing a feature request, you do not need to follow the outline below, but please include "feature idea" in the title and include a specific example in which that feature would be useful. --> **Intended outcome:** Using the beta react-apollo in a typescript app. <!-- What you were trying to accomplish when the bug occurred, and as much code as possible related to the source of the problem. --> **Actual outcome:** Received an "Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined" <!-- A description of what actually happened, including a screenshot or copy-paste of any related error messages, logs, or other output that might be related. Places to look for information include your browser console, server console, and network logs. Please avoid non-specific phrases like “didn’t work” or “broke”. --> **How to reproduce the issue:** 1. Create a new app with "https://github.com/wmonk/create-react-app-typescript" 2. Add Apollo dependencies per the Quickstart `yarn add apollo-boost graphql react-apollo@beta` 3. Add Apollo provider per documentation 4. Receive error message <!-- If possible, please create a reproduction using https://github.com/apollographql/react-apollo-error-template and link to it here. If you prefer an in-browser way to create reproduction, try https://codesandbox.io/s/7361K9q6w Instructions for how the issue can be reproduced by a maintainer or contributor. Be as specific as possible, and only mention what is necessary to reproduce the bug. If possible, try to isolate the exact circumstances in which the bug occurs and avoid speculation over what the cause might be. --> **Version** * apollo-client@2.2.5 * apollo-boost@0.1.1 * react-apollo@2.1.0-beta3
Intended outcome:
Using the beta react-apollo in a typescript app.
Actual outcome:
Received an "Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined"
How to reproduce the issue:
yarn add apollo-boost graphql react-apollo@betaVersion