theprogrammablemind_4wp 7.5.8-beta.41 → 7.5.8-beta.42
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/src/config.js +2 -0
package/package.json
CHANGED
package/src/config.js
CHANGED
@@ -937,6 +937,8 @@ class Config {
|
|
937
937
|
if (!(instance && sameQueries && sameFragments)) {
|
938
938
|
console.log("sameFragments", sameFragments)
|
939
939
|
console.log("sameQueries", sameQueries)
|
940
|
+
console.log("template.queries", template.queries)
|
941
|
+
console.log("instance.queries", instance.queries)
|
940
942
|
}
|
941
943
|
return !(instance && sameQueries && sameFragments)
|
942
944
|
}
|