Sova
Sova
Released in [effector 22.5.2](https://github.com/effector/effector/releases/tag/effector%4022.5.2)
@Rastraponovich Thank you for new operator. Please, add type tests.
@Rastraponovich thank you for contribution. Please, review type tests failing
@Rastraponovich Could you add some code example?
Related to #80
Very detailed feature proposal. Thank you @7iomka
I would like to propose it to rename: From: ```ts import { createAction } from 'effector-action'; ``` To: ```ts import { action } from 'effector'; ```
It is will be useful with multistage Dockerfile. Also with multiple dockerfiles. `flyctl` supports `--dockerfile` and `--build-target` flags https://fly.io/docs/launch/monorepo/