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
{{ message }}
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.
<ApolloProvider>.provide() is deprecated. Use the 'apolloProvider' option instead with the provider object directly.
TypeError: Cannot read property 'getMatchedComponents' of undefined
at _callee$ (node_modules/ream/lib/plugins/apollo/apollo-inject.js:7:0)
at tryCatch (/home/trofimov/Документы/projects/ream/examples/with-apollo/node_modules/regenerator-runtime/runtime.js:62:40)
at Generator.invoke [as _invoke] (/home/trofimov/Документы/projects/ream/examples/with-apollo/node_modules/regenerator-runtime/runtime.js:288:22)
at Generator.prototype.(anonymous function) [as next] (/home/trofimov/Документы/projects/ream/examples/with-apollo/node_modules/regenerator-runtime/runtime.js:114:21)
at asyncGeneratorStep (server.js:977:103)
at _next (server.js:979:194)
at server.js:979:364
at new Promise (<anonymous>)
at server.js:979:97
at server.js:1018:19
at _callee$ (node_modules/ream/app/utils.js:41:0)
at tryCatch (/home/trofimov/Документы/projects/ream/examples/with-apollo/node_modules/regenerator-runtime/runtime.js:62:40)
at Generator.invoke [as _invoke] (/home/trofimov/Документы/projects/ream/examples/with-apollo/node_modules/regenerator-runtime/runtime.js:288:22)
at Generator.prototype.(anonymous function) [as next] (/home/trofimov/Документы/projects/ream/examples/with-apollo/node_modules/regenerator-runtime/runtime.js:114:21)
at asyncGeneratorStep (server.js:836:103)
at _next (server.js:838:194)
help me please
The text was updated successfully, but these errors were encountered:
If you had inspected ctx you would immediately discover that the router is now accessible under ctx.rootOptions.router. The middleware API has been changing lately (and I think has not yet stabilized).
I'm moving back to run an example with-apollo
Error
help me please
The text was updated successfully, but these errors were encountered: