You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure what you mean. Are you asking if this is possible?
(signal,).computed((value1) => ...);
// or
signal.computed((value1) => ...);
Then yes.
If you are asking if we only would need to implement one extension method that covers all cases, then no unfortunately. We would need one for each case. Probably best to implemented 5 to 10.
Tracking issue for: #360
An alternative representation to the current PR could be
And add extension methods for each case
The text was updated successfully, but these errors were encountered: