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
index.js:2178 Warning: React.createElement: type is invalid -- expected a string (for built-in components)
or a class/function (for composite components) but got: undefined. You likely forgot to export your
component from the file it's defined in, or you might have mixed up default and named imports.
Check your code at _app.js:37.
in MyApp
in Query
in Apollo(MyApp)
in Query
in Apollo(Apollo(MyApp))
in Query
in Apollo(Apollo(Apollo(MyApp)))
in RenderPromisesProvider
Can anyone think of a better way to use withData together with compose ?
The text was updated successfully, but these errors were encountered:
If I compose a few queries in my _app.js to prefetch some data, I'm getting the above warning in the console.
The full error:
Can anyone think of a better way to use
withData
together withcompose
?The text was updated successfully, but these errors were encountered: