Error in types for reset function
Open
needs triage
- Dominant language
- TypeScript
- Stars
- 312
- Forks
- 48
- PR merge metrics
- No merged PRs in 30d
Description
### Current behavior:
When trying to pass the `event` returned by the `reset` function to `config.target` for `delay` function, an typescript error occurs.
### Expected behavior:
The event from the `reset` function will be received as `config.target` for the `delay` function without errors.
### Demo:
https://stackblitz.com/edit/effector-vite-react-template-rjh1va?file=src%2Fmodel.ts
Contributor guide
Assessment
This issue has not been assessed yet.