@ptolemy2002/react-proxy-context 1.0.9 → 1.0.11

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.
Files changed (2) hide show
  1. package/index.js +0 -3
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -396,9 +396,6 @@ function ProxyContextProvider({ contextClass, children, value, onChange, proxyRe
396
396
  }
397
397
  });
398
398
  if ((0, import_is_callable.default)(onChange)) onChange(prop, value2, prevValue);
399
- Object.values(changeSubscribers.current).forEach((subscriber) => {
400
- subscriber.callback(prop, value2, prevValue);
401
- });
402
399
  return true;
403
400
  }
404
401
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ptolemy2002/react-proxy-context",
3
- "version": "1.0.9",
3
+ "version": "1.0.11",
4
4
  "main": "index.js",
5
5
  "files": [
6
6
  "index.js"