Advertisement
Guest User

Untitled

a guest
Nov 19th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.75 KB | None | 0 0
  1. Warning: Maximum update depth exceeded. This can happen when a component calls setState inside useEffect, but useEffect either doesn't have a dependency array, or one of the dependencies changes on every render.
  2. in Unknown (created by WithDashboardResources)
  3. in Unknown
  4. in Unknown (created by ConnectFunction)
  5. in ConnectFunction (created by Firehose)
  6. in Firehose (created by ConnectFunction)
  7. in ConnectFunction (created by WithDashboardResources)
  8. in WithDashboardResources (created by ConnectFunction)
  9. in ConnectFunction
  10. in div (created by CardBody)
  11. in CardBody
  12. in Unknown
  13. in article (created by Card)
  14. in Card
  15. in Unknown
  16. in Unknown (created by ConnectFunction)
  17. in ConnectFunction (created by DashboardGrid)
  18. in div (created by GridItem)
  19. in GridItem (created by DashboardGrid)
  20. in div (created by Grid)
  21. in Grid (created by DashboardGrid)
  22. in div (created by GridItem)
  23. in GridItem (created by DashboardGrid)
  24. in div (created by Grid)
  25. in Grid (created by DashboardGrid)
  26. in div (created by DashboardGrid)
  27. in DashboardGrid (created by ProjectDashboard_)
  28. in div (created by Dashboard)
  29. in Dashboard (created by ProjectDashboard_)
  30. in ProjectDashboard_ (created by ConnectFunction)
  31. in ConnectFunction (created by Context.Consumer)
  32. in Route
  33. in Switch
  34. in div (created by Data)
  35. in Data (created by StatusBox)
  36. in StatusBox
  37. in div
  38. in div
  39. in Unknown
  40. in Unknown
  41. in Unknown
  42. in Unknown (created by ConnectFunction)
  43. in ConnectFunction (created by Firehose)
  44. in Firehose (created by ConnectFunction)
  45. in ConnectFunction
  46. in Unknown (created by DetailsPage)
  47. in ErrorBoundary (created by DetailsPage)
  48. in DetailsPage (created by ProjectsDetailsPage)
  49. in ProjectsDetailsPage (created by AsyncComponent)
  50. in AsyncComponent
  51. in Unknown (created by ConnectFunction)
  52. in ConnectFunction (created by Context.Consumer)
  53. in Route (created by AppContents_)
  54. in Switch (created by AppContents_)
  55. in div (created by AppContents_)
  56. in div (created by AppContents_)
  57. in section (created by PageSection)
  58. in PageSection (created by AppContents_)
  59. in AppContents_ (created by ConnectFunction)
  60. in ConnectFunction (created by ConnectFunction)
  61. in ConnectFunction (created by App)
  62. in main (created by Page)
  63. in div (created by Page)
  64. in Page (created by App)
  65. in App (created by Context.Consumer)
  66. in Route
  67. in Router
  68. in Provider
  69. r @ backend.js:6
  70. warningWithoutStack @ react-dom.development.js:545
  71. warning @ react-dom.development.js:2853
  72. checkForNestedUpdates @ react-dom.development.js:23124
  73. scheduleUpdateOnFiber @ react-dom.development.js:21389
  74. enqueueSetState @ react-dom.development.js:13100
  75. push../node_modules/react/cjs/react.development.js.Component.setState @ react.development.js:325
  76. WithDashboardResources._this.stopWatchK8sResource @ with-dashboard-resources.tsx:148
  77. (anonymous) @ inventory-card.tsx:57
  78. commitHookEffectList @ react-dom.development.js:19980
  79. commitPassiveHookEffects @ react-dom.development.js:20015
  80. callCallback @ react-dom.development.js:347
  81. invokeGuardedCallbackDev @ react-dom.development.js:397
  82. invokeGuardedCallback @ react-dom.development.js:454
  83. flushPassiveEffectsImpl @ react-dom.development.js:22868
  84. unstable_runWithPriority @ scheduler.development.js:643
  85. runWithPriority$2 @ react-dom.development.js:11305
  86. flushPassiveEffects @ react-dom.development.js:22841
  87. (anonymous) @ react-dom.development.js:22419
  88. scheduler_flushTaskAtPriority_Normal @ scheduler.development.js:436
  89. flushTask @ scheduler.development.js:482
  90. flushWork @ scheduler.development.js:599
  91. performWorkUntilDeadline @ scheduler.development.js:231
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement