Evercoder / Evercoder/appseeds
State context not available in callback
Open
bug
- Dominant language
- JavaScript
- Stars
- 3
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Two possible workarounds:
A. `return false;` in the action to prevent bubbling up
B. grab the current context in a variable and pass that to the callback instead of trying to read the context from the state manager
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.