Advertisement
Guest User

Untitled

a guest
Dec 15th, 2019
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 KB | None | 0 0
  1. ERROR
  2.  
  3. The above error occurred in the <StoreStateProvider> component:
  4. in StoreStateProvider
  5. in App
  6.  
  7. React will try to recreate this component tree from scratch using the error boundary you provided, App.
  8.  
  9.  
  10. ERROR
  11.  
  12. Warning: App: Error boundaries should implement getDerivedStateFromError(). In that method, return a state update to display an error message or fallback UI.
  13.  
  14.  
  15. ERROR
  16.  
  17. UNHANDLED REJECTION Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
  18. 1. You might have mismatching versions of React and the renderer (such as React DOM)
  19. 2. You might be breaking the Rules of Hooks
  20. 3. You might have more than one copy of React in the same app
  21. See https://fb.me/react-invalid-hook-call for tips about how to debug and fix this problem.
  22.  
  23.  
  24.  
  25. Error: Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following rea sons:
  26. 1. You might have mismatching versions of React and the renderer (such as React DOM)
  27. 2. You might be breaking the Rules of Hooks
  28. 3. You might have more than one copy of React in the same app
  29. See https://fb.me/react-invalid-hook-call for tips about how to debug and fix this problem.
  30.  
  31. - react.development.js:1590 resolveDispatcher
  32. [stets]/[gatsby-cli]/[react]/cjs/react.development.js:1590:13
  33.  
  34. - react.development.js:1618 useState
  35. [stets]/[gatsby-cli]/[react]/cjs/react.development.js:1618:20
  36.  
  37. - context.js:17 StoreStateProvider
  38. [stets]/[gatsby-cli]/lib/reporter/loggers/ink/context.js:17:41
  39.  
  40. - react-reconciler.development.js:6036 renderWithHooks
  41. [stets]/[react-reconciler]/cjs/react-reconciler.development.js:6036:18
  42.  
  43. - react-reconciler.development.js:8570 mountIndeterminateComponent
  44. [stets]/[react-reconciler]/cjs/react-reconciler.development.js:8570:13
  45.  
  46. - react-reconciler.development.js:9938 beginWork$1
  47. [stets]/[react-reconciler]/cjs/react-reconciler.development.js:9938:16
  48.  
  49. - react-reconciler.development.js:11563 Object.invokeGuardedCallbackImpl
  50. [stets]/[react-reconciler]/cjs/react-reconciler.development.js:11563:10
  51.  
  52. - react-reconciler.development.js:11740 invokeGuardedCallback
  53. [stets]/[react-reconciler]/cjs/react-reconciler.development.js:11740:31
  54.  
  55. - react-reconciler.development.js:15778 beginWork$$1
  56. [stets]/[react-reconciler]/cjs/react-reconciler.development.js:15778:7
  57.  
  58. - react-reconciler.development.js:14696 performUnitOfWork
  59. [stets]/[react-reconciler]/cjs/react-reconciler.development.js:14696:12
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement