Nikatlas 5 anni fa
parent
commit
3619b84e78
2 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 0 0
      dist/lib/systems/CoreSystem.js
  2. 1 0
      lib/systems/CoreSystem.js

File diff suppressed because it is too large
+ 0 - 0
dist/lib/systems/CoreSystem.js


+ 1 - 0
lib/systems/CoreSystem.js

@@ -111,6 +111,7 @@ export default class CoreSystem {
 }
 
 const findReactElement = (node) => {
+	console.log("Node",node);
     for (var key in node) {
         if (key.startsWith("__reactInternalInstance$")) {
             return node[key]._debugOwner.stateNode;

Some files were not shown because too many files changed in this diff