Prevent action
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 3.4k
- Forks
- 312
- PR merge metrics
- No merged PRs in 30d
Description
I'm looking for a way to prevent an action to update the store but I didn't find anything in the documentation.
Is there a way to achieve this ?
I tried just returning `return;` but I got an error `[ReferenceError: An action was called but nothing was dispatched]`
Is there maybe a way to unable the logs ?
Thanks
Contributor guide
Research direction
Start by searching the documentation and source for the error text "An action was called but nothing was dispatched" and the action/store behavior described in the issue. Determine whether preventing a store update and disabling logs are supported, then document the confirmed usage or limitation with a clear example.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Documentation
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100