GraphQLCasts icon indicating copy to clipboard operation
GraphQLCasts copied to clipboard

GraphQLCasts/auth-graphql-starter/

Open siluri opened this issue 6 years ago • 0 comments

standalone use of auth-graphql-starter/

ERROR in ./client/index.js
Module build failed: SyntaxError: Unexpected token (27:4)

  25 | const Root = () => {
  26 |   return (
> 27 |     <ApolloProvider client={client}>
     |     ^
  28 |       <Router history={hashHistory}>
  29 |         <Route path="/" component={App}>
  30 |           <Route path="login" component={LoginForm} />

siluri avatar Jan 03 '20 20:01 siluri