"RangeError: Maximum call stack size exceeded" on pages where CATEGORIES loads before AUTH
7coil opened this issue · 4 comments
7coil commented
7coil commented
This error seems to occur on pages that are connect
ed to react-redux
.
The following pages apply:
/admin
(doesn't seem to break with this one, theory broken?)/bots/add
/rpc/add
/bots/:id/edit
/rpc/:id/edit
/filter
7coil commented
This error occurs when the RECIEVE_CATEGORIES
event occurs before the RECEIVE_AUTH
event (yes one of them are spelt wrong, deal with it)
7coil commented
Updating react-helmet probably fixed it
7coil commented