Open Neobii opened 4 years ago
Looks like vulcan still uses apollo-link-state and should use apollo client instead. Effected files
apollo-link-state
apollo client
Note that it's still in beta, in my other app I have issues with SSR currrently so we must be careful. I prefer to do such update a bit later if we don't have blockers with the current version.
Looks like vulcan still uses
apollo-link-state
and should useapollo client
instead. Effected files