logger icon indicating copy to clipboard operation
logger copied to clipboard

An incorrect message is displayed when the state has not been changed

Open arthurgubaidullin opened this issue 11 months ago • 2 comments

Current Behavior

When the action is called and there is no state update, a message is displayed that the store has been changed. Which isn't true.

Снимок экрана 2023-08-31 в 19 24 53

Expected Behavior

I expect to see a proper message when the action is called and there is no state update.

GitHub Repo

https://github.com/arthurgubaidullin/ka-ledger/tree/95c002d755e6431a0c929ba1f719f701d5db51b9

Steps to Reproduce

  1. Clone the repository
  2. Run npm i && nx run web-app:serve:development
  3. Open browser
  4. Check logs

Nanostores and etc.

@nanostores/logger: 0.2.3 nanostores: 0.9.3

Failure Logs

No.

Package Manager Version

npm 9.5.1

Operating System

Linux

arthurgubaidullin avatar Aug 31 '23 15:08 arthurgubaidullin