We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 468af80 commit b4e5568Copy full SHA for b4e5568
src/cache/core/cache.ts
@@ -235,7 +235,7 @@ export abstract class ApolloCache<TSerialized> implements DataProxy {
235
// calls` cache.identify` and provides that value to `from`. We are
236
// adding this fix here however to ensure those using plain JavaScript
237
// and using `cache.identify` themselves will avoid seeing the obscure
238
- // warning when passing `undefined` to `this.identify` below.
+ // warning.
239
typeof from === "undefined" || typeof from === "string" ?
240
from
241
: this.identify(from),
0 commit comments