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
Invariant Violation: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object.
🐛 Bug Report
To Reproduce
Following code:
will result in an error:
I caught this error when I was using
[email protected]
https://github.com/apollographql/react-apollo/releases/tag/v2.5.3:React installed in the project is at version
16.9.0
.I suspect it's because
react-native-macos
is far behind modernreact-native
which supports hooks and context API properly, see #226.Environment
The text was updated successfully, but these errors were encountered: