ddd-react 1.3.10 → 1.3.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.
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -456,7 +456,7 @@ class S {
|
|
|
456
456
|
console.log("return");
|
|
457
457
|
return;
|
|
458
458
|
}
|
|
459
|
-
console.log("isProvider(this
|
|
459
|
+
console.log("isProvider(this as Component)", k(this)), k(this) && this.notify(), this.patch();
|
|
460
460
|
}
|
|
461
461
|
setState(e) {
|
|
462
462
|
typeof e == "function" ? this.state = {
|