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
The main problem is you can't bind functions to future values, because they don't exist yet. Also, you always seem to have to explicitly specify the dependencies as strings. But one thing you can do is use function combinators that manipulate the arguments so that functions fit better into auto. It's a balance between usability and practicality and what is actually possible.
It would be nice if there was a way to pass in results from a dependency directly into the function.
So instead of doing this:
We could do something like,
The text was updated successfully, but these errors were encountered: