17db59e27a
This is insane but the problem was caused by the old apollo-client dependency which is 3 years old. The error was coming from ts-invariant code here https://github.com/apollographql/invariant-packages/blob/master/packages/ts-invariant/src/invariant.ts#L64 By this change I updated our app to use new @apollo/client dependency but there is one pretty big concern. This lib has react as a peer dependency (what?!) so to avoid adding react to our vue project I had to import needed functionality from @apollo/client/core instead of just @apollo/client. There is a discussion here https://github.com/apollographql/apollo-client/issues/7318 According to this ^ apollo team are going to remove react from their peer dependecies list when apollo V4 will be launched. See https://github.com/apollographql/apollo-client/issues/8190 That's another point why we should move away from using graphql entirely or at least stop using apollo. Issue: https://github.com/storj/storj/issues/5371 Change-Id: Ifd484efbcd9e99d8c2e21d0dab93670c9358e25c |
||
---|---|---|
.. | ||
multinode | ||
satellite | ||
storagenode |