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
The code above works when run dev, but when try to build, types are incorrect right in the () => {, what should i do?
"Argument of type '() => ApolloClient' is not assignable to parameter of type 'InitApolloClient'.
Type 'ApolloClient' is missing the following properties from type 'ApolloClient': store, writeData, initQueryManager"
The code above works when run dev, but when try to build, types are incorrect right in the () => {, what should i do?
"Argument of type '() => ApolloClient' is not assignable to parameter of type 'InitApolloClient'.
Type 'ApolloClient' is missing the following properties from type 'ApolloClient': store, writeData, initQueryManager"
The text was updated successfully, but these errors were encountered: