Dmitry
Dmitry
Looks like fixing it may be a breaking change so scheduled it for effector 24
I thought you were suggesting this ```ts import {anything} from './factory' // @effector-factory const foo = anything() // @effector-factory const bar = anything.widget() ``` And it's possible
Very odd kind of dark magic
The goal you wanted looks interesting, my main concern is that debug code should be implemented by sample, which is way less than optimal. May be this should work through...
Sounds reasonable, if no one on the team has any other complaints, we'll try to implement it
Yes, in this case library supports only primitives, as it's hard to support each case, we could switch to native structuredClone when it will have broader support
Looks like we need allSettled without scopes in effector itself
It is noteworthy that only queries are tracked, that is, there is no implicit transparency. This loosens things up a bit, giving you the certainty you need in the complex...
After internal discussion we came to the conclusion that this would be an inconsistent solution - it misleads people into thinking that it is `fn` that does the filtering when...
But the underlying issue remains opened: 1) A trigger from a single data source is required 2) For multiple units at once 3) With support for data transformation 4) With...