RigoBlock / webapp

RigoBlock webapp v1
0 stars 3 forks source link

Error: You may not call store.getState() while the reducer is executing. The reducer has already receive... #133

Open sentry-io[bot] opened 5 years ago

sentry-io[bot] commented 5 years ago

Sentry Issue: WEBAPP-V1-9

Error: You may not call store.getState() while the reducer is executing. The reducer has already received the state as an argument. Pass it down from the top reducer instead of reading it from the store.
  at Object.i [as getState] (/static/js/main.c2c7a500.js:1:753668)
  at B (<anonymous>:1:28201)
  at None (<anonymous>:1:37657)
  at Object.u [as dispatch] (/static/js/main.c2c7a500.js:1:754918)
  at dispatch (<anonymous>:1:40300)
...
(13 additional frame(s) were not displayed)
wnz99 commented 5 years ago

This is weird. Need to look into it.