web icon indicating copy to clipboard operation
web copied to clipboard

Redux wallet state diverges from context

Open woodenfurniture opened this issue 4 months ago • 5 comments

Overview

When switching wallets, the redux state differs from the state in the context returned by useWallet.

References and additional details

When changing wallet, the following return different results:

  const walletId = useAppSelector(selectWalletId)

  const {
    state: { deviceId: walletDeviceId },
  } = useWallet()

Acceptance Criteria

The wallet state held by redux should be identical to the state returned by useWallet.

Need By Date

No response

Screenshots/Mockups

No response

Estimated effort

No response

woodenfurniture avatar Oct 07 '24 22:10 woodenfurniture