Advertisement
Guest User

Untitled

a guest
Apr 10th, 2020
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. global.bundle.js:366 Warning: React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.
  2.  
  3. Check the render method of `ProDisplay`.
  4.    in ProDisplay (created by BasePropertyComponent)
  5.    in ErrorBoundary (created by BasePropertyComponent)
  6.    in BasePropertyComponent (created by Show$8)
  7.    in section (created by Context.Consumer)
  8.    in StyledComponent (created by wrapper-box__StyledWrapperBox)
  9.    in wrapper-box__StyledWrapperBox (created by WrapperBox)
  10.    in WrapperBox (created by Show$8)
  11.    in Show$8 (created by BaseActionComponent)
  12.    in ErrorBoundary (created by BaseActionComponent)
  13.    in BaseActionComponent (created by RecordAction)
  14.    in section (created by Context.Consumer)
  15.    in StyledComponent (created by wrapper-box__StyledWrapperBox)
  16.    in wrapper-box__StyledWrapperBox (created by WrapperBox)
  17.    in WrapperBox (created by RecordAction)
  18.    in div (created by Context.Consumer)
  19.    in StyledComponent (created by record-action__ContainerRecord)
  20.    in record-action__ContainerRecord (created by RecordAction)
  21.    in RecordAction (created by Context.Consumer)
  22.    in Connect(RecordAction) (created by Context.Consumer)
  23.    in Connect(Connect(RecordAction)) (created by Context.Consumer)
  24.    in Route (created by App)
  25.    in Switch (created by App)
  26.    in section (created by Context.Consumer)
  27.    in StyledComponent (created by application__Core)
  28.    in application__Core (created by App)
  29.    in section (created by Context.Consumer)
  30.    in StyledComponent (created by application__ApplicationWrapper)
  31.    in application__ApplicationWrapper (created by App)
  32.    in App
  33.    in Router (created by BrowserRouter)
  34.    in BrowserRouter
  35.    in ThemeProvider
  36.    in Provider
  37. warningWithoutStack @ global.bundle.js:366
  38. warning @ global.bundle.js:837
  39. createElementWithValidation @ global.bundle.js:2036
  40. ProDisplay @ pro_display.tsx:13
  41. renderWithHooks @ global.bundle.js:35700
  42. mountIndeterminateComponent @ global.bundle.js:38129
  43. beginWork$1 @ global.bundle.js:39226
  44. beginWork$$1 @ global.bundle.js:43763
  45. performUnitOfWork @ global.bundle.js:42737
  46. workLoopSync @ global.bundle.js:42713
  47. performSyncWorkOnRoot @ global.bundle.js:42338
  48. (anonymous) @ global.bundle.js:31835
  49. unstable_runWithPriority @ global.bundle.js:20181
  50. runWithPriority$2 @ global.bundle.js:31785
  51. flushSyncCallbackQueueImpl @ global.bundle.js:31830
  52. flushSyncCallbackQueue @ global.bundle.js:31818
  53. scheduleUpdateOnFiber @ global.bundle.js:41779
  54. enqueueSetState @ global.bundle.js:33583
  55. Component.setState @ global.bundle.js:524
  56. (anonymous) @ record-action.tsx:92
  57. Promise.then (async)
  58. fetchRecord @ record-action.tsx:91
  59. componentDidMount @ record-action.tsx:50
  60. commitLifeCycles @ global.bundle.js:40435
  61. commitLayoutEffects @ global.bundle.js:43386
  62. callCallback @ global.bundle.js:21148
  63. invokeGuardedCallbackDev @ global.bundle.js:21197
  64. invokeGuardedCallback @ global.bundle.js:21252
  65. commitRootImpl @ global.bundle.js:43124
  66. unstable_runWithPriority @ global.bundle.js:20181
  67. runWithPriority$2 @ global.bundle.js:31785
  68. commitRoot @ global.bundle.js:42964
  69. finishSyncRender @ global.bundle.js:42397
  70. performSyncWorkOnRoot @ global.bundle.js:42375
  71. scheduleUpdateOnFiber @ global.bundle.js:41768
  72. updateContainer @ global.bundle.js:44989
  73. (anonymous) @ global.bundle.js:45357
  74. unbatchedUpdates @ global.bundle.js:42492
  75. legacyRenderSubtreeIntoContainer @ global.bundle.js:45356
  76. hydrate @ global.bundle.js:45418
  77. (anonymous) @ show:34
  78. global.bundle.js:44594 Uncaught Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.
  79.  
  80. Check the render method of `ProDisplay`.
  81.     at createFiberFromTypeAndProps (global.bundle.js:44594)
  82.     at createFiberFromElement (global.bundle.js:44617)
  83.     at createChild (global.bundle.js:34535)
  84.     at reconcileChildrenArray (global.bundle.js:34806)
  85.     at reconcileChildFibers (global.bundle.js:35172)
  86.     at reconcileChildren (global.bundle.js:37424)
  87.     at updateHostComponent (global.bundle.js:37946)
  88.     at beginWork$1 (global.bundle.js:39257)
  89.     at HTMLUnknownElement.callCallback (global.bundle.js:21148)
  90.     at Object.invokeGuardedCallbackDev (global.bundle.js:21197)
  91. createFiberFromTypeAndProps @ global.bundle.js:44594
  92. createFiberFromElement @ global.bundle.js:44617
  93. createChild @ global.bundle.js:34535
  94. reconcileChildrenArray @ global.bundle.js:34806
  95. reconcileChildFibers @ global.bundle.js:35172
  96. reconcileChildren @ global.bundle.js:37424
  97. updateHostComponent @ global.bundle.js:37946
  98. beginWork$1 @ global.bundle.js:39257
  99. callCallback @ global.bundle.js:21148
  100. invokeGuardedCallbackDev @ global.bundle.js:21197
  101. invokeGuardedCallback @ global.bundle.js:21252
  102. beginWork$$1 @ global.bundle.js:43787
  103. performUnitOfWork @ global.bundle.js:42737
  104. workLoopSync @ global.bundle.js:42713
  105. performSyncWorkOnRoot @ global.bundle.js:42338
  106. (anonymous) @ global.bundle.js:31835
  107. unstable_runWithPriority @ global.bundle.js:20181
  108. runWithPriority$2 @ global.bundle.js:31785
  109. flushSyncCallbackQueueImpl @ global.bundle.js:31830
  110. flushSyncCallbackQueue @ global.bundle.js:31818
  111. scheduleUpdateOnFiber @ global.bundle.js:41779
  112. enqueueSetState @ global.bundle.js:33583
  113. Component.setState @ global.bundle.js:524
  114. (anonymous) @ record-action.tsx:92
  115. Promise.then (async)
  116. fetchRecord @ record-action.tsx:91
  117. componentDidMount @ record-action.tsx:50
  118. commitLifeCycles @ global.bundle.js:40435
  119. commitLayoutEffects @ global.bundle.js:43386
  120. callCallback @ global.bundle.js:21148
  121. invokeGuardedCallbackDev @ global.bundle.js:21197
  122. invokeGuardedCallback @ global.bundle.js:21252
  123. commitRootImpl @ global.bundle.js:43124
  124. unstable_runWithPriority @ global.bundle.js:20181
  125. runWithPriority$2 @ global.bundle.js:31785
  126. commitRoot @ global.bundle.js:42964
  127. finishSyncRender @ global.bundle.js:42397
  128. performSyncWorkOnRoot @ global.bundle.js:42375
  129. scheduleUpdateOnFiber @ global.bundle.js:41768
  130. updateContainer @ global.bundle.js:44989
  131. (anonymous) @ global.bundle.js:45357
  132. unbatchedUpdates @ global.bundle.js:42492
  133. legacyRenderSubtreeIntoContainer @ global.bundle.js:45356
  134. hydrate @ global.bundle.js:45418
  135. (anonymous) @ show:34
  136. global.bundle.js:40180 The above error occurred in the <div> component:
  137.     in div (created by ProDisplay)
  138.     in ProDisplay (created by BasePropertyComponent)
  139.     in ErrorBoundary (created by BasePropertyComponent)
  140.     in BasePropertyComponent (created by Show$8)
  141.     in section (created by Context.Consumer)
  142.     in StyledComponent (created by wrapper-box__StyledWrapperBox)
  143.     in wrapper-box__StyledWrapperBox (created by WrapperBox)
  144.     in WrapperBox (created by Show$8)
  145.     in Show$8 (created by BaseActionComponent)
  146.     in ErrorBoundary (created by BaseActionComponent)
  147.     in BaseActionComponent (created by RecordAction)
  148.     in section (created by Context.Consumer)
  149.     in StyledComponent (created by wrapper-box__StyledWrapperBox)
  150.     in wrapper-box__StyledWrapperBox (created by WrapperBox)
  151.     in WrapperBox (created by RecordAction)
  152.     in div (created by Context.Consumer)
  153.     in StyledComponent (created by record-action__ContainerRecord)
  154.     in record-action__ContainerRecord (created by RecordAction)
  155.     in RecordAction (created by Context.Consumer)
  156.     in Connect(RecordAction) (created by Context.Consumer)
  157.     in Connect(Connect(RecordAction)) (created by Context.Consumer)
  158.     in Route (created by App)
  159.     in Switch (created by App)
  160.     in section (created by Context.Consumer)
  161.     in StyledComponent (created by application__Core)
  162.     in application__Core (created by App)
  163.     in section (created by Context.Consumer)
  164.     in StyledComponent (created by application__ApplicationWrapper)
  165.     in application__ApplicationWrapper (created by App)
  166.     in App
  167.     in Router (created by BrowserRouter)
  168.     in BrowserRouter
  169.     in ThemeProvider
  170.     in Provider
  171.  
  172. React will try to recreate this component tree from scratch using the error boundary you provided, ErrorBoundary
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement