Created
November 28, 2018 17:59
-
-
Save msukmanowsky/557a88c1df0ce692afcf4f4c6540fc7a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"error": { | |
"message": "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.", | |
"stack": "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.\n at Object.h [as getState] (https://app.frontapp.com/v2/main.1374c0dee4fbfedf4ec9.js?1374c0dee4fbfedf4ec9:48:82825)\n at B (<anonymous>:1:28201)\n at <anonymous>:1:37657\n at Object.g [as dispatch] (https://app.frontapp.com/v2/main.1374c0dee4fbfedf4ec9.js?1374c0dee4fbfedf4ec9:48:84062)\n at dispatch (<anonymous>:1:40300)\n at https://app.frontapp.com/v2/main.1374c0dee4fbfedf4ec9.js?1374c0dee4fbfedf4ec9:186:5025\n at Object.dispatch (https://app.frontapp.com/v2/main.1374c0dee4fbfedf4ec9.js?1374c0dee4fbfedf4ec9:170:15439)\n at dispatch (<anonymous>:1:30679)\n at Object.onLocationChanged (https://app.frontapp.com/v2/main.1374c0dee4fbfedf4ec9.js?1374c0dee4fbfedf4ec9:170:9484)\n at a (https://app.frontapp.com/v2/main.1374c0dee4fbfedf4ec9.js?1374c0dee4fbfedf4ec9:170:8006)", | |
"name": "Error" | |
}, | |
"info": { | |
"componentStack": "in r\nin Connect(r)\nin div\nin t\nin _\nin Unknown\nin _\nin _\nin t\nin n\nin Connect(n)\nin t\nin a\nin _\nin o\nin C" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment