What the linter reports:
onSuccess return values are ignored. Use return; or remove it.
Examples
- Incorrect
- Correct
api/models/widget/actions/create.ts
Disallow returning a value from onSuccess in Gadget actions.
onSuccess return values are ignored. Use return; or remove it.