Advertisement
Guest User

Untitled

a guest
Dec 8th, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.58 KB | None | 0 0
  1. console.log src/App.test.tsx:14
  2. HTMLHeadingElement {
  3. '__reactInternalInstance$tdluwk8zpz':
  4. FiberNode {
  5. tag: 5,
  6. key: null,
  7. elementType: 'h1',
  8. type: 'h1',
  9. stateNode: [Circular],
  10. return:
  11. FiberNode {
  12. tag: 5,
  13. key: null,
  14. elementType: 'div',
  15. type: 'div',
  16. stateNode: [HTMLDivElement],
  17. return: [FiberNode],
  18. child: [Circular],
  19. sibling: null,
  20. index: 0,
  21. ref: null,
  22. pendingProps: [Object],
  23. memoizedProps: [Object],
  24. updateQueue: null,
  25. memoizedState: null,
  26. dependencies: null,
  27. mode: 0,
  28. effectTag: 0,
  29. nextEffect: null,
  30. firstEffect: null,
  31. lastEffect: null,
  32. expirationTime: 0,
  33. childExpirationTime: 0,
  34. alternate: null,
  35. actualDuration: 0,
  36. actualStartTime: -1,
  37. selfBaseDuration: 0,
  38. treeBaseDuration: 0,
  39. _debugID: 52,
  40. _debugIsCurrentlyTiming: false,
  41. _debugSource: [Object],
  42. _debugOwner: [FiberNode],
  43. _debugNeedsRemount: false,
  44. _debugHookTypes: null },
  45. child: null,
  46. sibling:
  47. FiberNode {
  48. tag: 5,
  49. key: null,
  50. elementType: 'p',
  51. type: 'p',
  52. stateNode: [HTMLParagraphElement],
  53. return: [FiberNode],
  54. child: null,
  55. sibling: null,
  56. index: 1,
  57. ref: null,
  58. pendingProps: [Object],
  59. memoizedProps: [Object],
  60. updateQueue: null,
  61. memoizedState: null,
  62. dependencies: null,
  63. mode: 0,
  64. effectTag: 0,
  65. nextEffect: null,
  66. firstEffect: null,
  67. lastEffect: null,
  68. expirationTime: 0,
  69. childExpirationTime: 0,
  70. alternate: null,
  71. actualDuration: 0,
  72. actualStartTime: -1,
  73. selfBaseDuration: 0,
  74. treeBaseDuration: 0,
  75. _debugID: 55,
  76. _debugIsCurrentlyTiming: false,
  77. _debugSource: [Object],
  78. _debugOwner: [FiberNode],
  79. _debugNeedsRemount: false,
  80. _debugHookTypes: null },
  81. index: 0,
  82. ref: null,
  83. pendingProps: { children: 'Home page' },
  84. memoizedProps: { children: 'Home page' },
  85. updateQueue: null,
  86. memoizedState: null,
  87. dependencies: null,
  88. mode: 0,
  89. effectTag: 0,
  90. nextEffect: null,
  91. firstEffect: null,
  92. lastEffect: null,
  93. expirationTime: 0,
  94. childExpirationTime: 0,
  95. alternate: null,
  96. actualDuration: 0,
  97. actualStartTime: -1,
  98. selfBaseDuration: 0,
  99. treeBaseDuration: 0,
  100. _debugID: 54,
  101. _debugIsCurrentlyTiming: false,
  102. _debugSource:
  103. { fileName:
  104. 'C:\\IdeaProjects\\pwa-seo\\src\\views\\home\\Home.tsx',
  105. lineNumber: 6 },
  106. _debugOwner:
  107. FiberNode {
  108. tag: 0,
  109. key: null,
  110. elementType: [Function: Home],
  111. type: [Function: Home],
  112. stateNode: null,
  113. return: [FiberNode],
  114. child: [FiberNode],
  115. sibling: null,
  116. index: 0,
  117. ref: null,
  118. pendingProps: [Object],
  119. memoizedProps: [Object],
  120. updateQueue: null,
  121. memoizedState: null,
  122. dependencies: null,
  123. mode: 0,
  124. effectTag: 1,
  125. nextEffect: null,
  126. firstEffect: null,
  127. lastEffect: null,
  128. expirationTime: 0,
  129. childExpirationTime: 0,
  130. alternate: null,
  131. actualDuration: 0,
  132. actualStartTime: -1,
  133. selfBaseDuration: 0,
  134. treeBaseDuration: 0,
  135. _debugID: 50,
  136. _debugIsCurrentlyTiming: false,
  137. _debugSource: null,
  138. _debugOwner: [FiberNode],
  139. _debugNeedsRemount: false,
  140. _debugHookTypes: null },
  141. _debugNeedsRemount: false,
  142. _debugHookTypes: null },
  143. '__reactEventHandlers$tdluwk8zpz': { children: 'Home page' },
  144. [Symbol(SameObject caches)]:
  145. [Object: null prototype] { childNodes: NodeList { '0': Text {} } } }
  146.  
  147. console.log src/App.test.tsx:15
  148. undefined
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement