You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have this electron project that works properly. As soon as I click on the Redux tab in the devtools, the whole devtool panel freeze, a CPU core get used at 100% and memory is allocated constantly (4Go right now).
Any idea how I can find out what is going on ?
The text was updated successfully, but these errors were encountered:
All the data is serialized in order to be sent to the extension. You should take care of big payloads as indicated in the docs. We should also add it to Troubleshooting.
I have this electron project that works properly. As soon as I click on the Redux tab in the devtools, the whole devtool panel freeze, a CPU core get used at 100% and memory is allocated constantly (4Go right now).
Any idea how I can find out what is going on ?
The text was updated successfully, but these errors were encountered: