ivonakov
ivonakov
add type : `any[]` to fix: `error TS7019: Rest parameter 'args' implicitly has an 'any[]' type.`
https://github.com/javascripteverywhere/web/blob/26319b2669bb9b7e80ae7015a5cd60d59fd26629/final/App.js#L7 > The InMemoryCache class resides in a different package from the Apollo Client core. Make sure the apollo-cache-inmemory package is installed in your project https://www.apollographql.com/docs/react/caching/cache-configuration/ https://github.com/javascripteverywhere/web/blob/26319b2669bb9b7e80ae7015a5cd60d59fd26629/final/App.js#L45 => `Uncaught TypeError:...