make-software / casper-wallet

Securely manage your CSPR tokens, interact with dapps, and sign transactions with Casper Wallet, the go-to self-custody wallet for the Casper Network.
https://casperwallet.io
Apache License 2.0
21 stars 4 forks source link

fix: Disable Redux devtools in development mode #977

Closed ost-ptk closed 4 months ago

ost-ptk commented 4 months ago

Make sure to fill in all the below sections.

Description

The Redux devtools have been temporarily disabled in development mode due to a persisting issue causing repeated attempts to connect to the WebSocket server. The current commit removes the code enabling these devtools and leaves a comment for ease of reimplementation once a solution is found.

Linked tickets

WALLET-330

Checklist