This repository has been archived by the owner on Mar 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 66
Redux-devtools not supported by testrpc #5
Comments
Does anyone know why redux dev tools causes this error? |
The redux dev chrome extension is synchronous by design internally (?)
|
Does anybody have a work around for this? |
I've been using middleware to log the actions and states. Leaving the devtools disabled as per above |
Hi , there's no way to use redux devtools until this day ? I'm having the same issue as @wesharehoodies
|
I've ended up using redux-logger |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
'When loading the page with redux-devtools, the page outputs errors and does not render' as per trufflesuite/ganache-cli-archive#300
Error Received
The console error from truffle-box-auth is:
Error: Error: RPC method personal_listAccounts not supported.
Fix
Disable the redux-devtools import by removing
__REDUX_DEVTOOLS_EXTENSION_COMPOSE__ ||
from store.jsThe text was updated successfully, but these errors were encountered: