@isograph/react 0.0.0-main-351c9868 → 0.0.0-main-4823854b

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -168,7 +168,6 @@ function callSubscriptions(environment, recordsEncounteredWhenNormalizing) {
168
168
  new: newEncounteredDataAndRecords.item,
169
169
  });
170
170
  }
171
- // TODO deep compare values
172
171
  subscription.callback(newEncounteredDataAndRecords);
173
172
  }
174
173
  else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@isograph/react",
3
- "version": "0.0.0-main-351c9868",
3
+ "version": "0.0.0-main-4823854b",
4
4
  "description": "Use Isograph with React",
5
5
  "homepage": "https://isograph.dev",
6
6
  "main": "dist/index.js",
@@ -17,9 +17,9 @@
17
17
  "tsc": "tsc"
18
18
  },
19
19
  "dependencies": {
20
- "@isograph/disposable-types": "0.0.0-main-351c9868",
21
- "@isograph/react-disposable-state": "0.0.0-main-351c9868",
22
- "@isograph/reference-counted-pointer": "0.0.0-main-351c9868"
20
+ "@isograph/disposable-types": "0.0.0-main-4823854b",
21
+ "@isograph/react-disposable-state": "0.0.0-main-4823854b",
22
+ "@isograph/reference-counted-pointer": "0.0.0-main-4823854b"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "react": "18.2.0"
package/src/core/cache.ts CHANGED
@@ -276,7 +276,6 @@ function callSubscriptions(
276
276
  new: newEncounteredDataAndRecords.item,
277
277
  });
278
278
  }
279
- // TODO deep compare values
280
279
  subscription.callback(newEncounteredDataAndRecords);
281
280
  } else {
282
281
  // @ts-expect-error