Closed kireevmp closed 1 year ago
With effector@23 calling a derived Unit is an error, so a sample that guarded that behavior is no longer required.
effector@23
Unit
sample
However, user without TS won't know that returned event is not callable.
I believe, we should preserve current behavior for such a case.
With
effector@23
calling a derivedUnit
is an error, so asample
that guarded that behavior is no longer required.