Nikatlas 5 lat temu
rodzic
commit
3619b84e78
2 zmienionych plików z 1 dodań i 0 usunięć
  1. 0 0
      dist/lib/systems/CoreSystem.js
  2. 1 0
      lib/systems/CoreSystem.js

Plik diff jest za duży
+ 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;

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików