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
It would be great to have a
(defn task? [v] that returns true if it is a missionary task, otherwise false.
Same would be useful for flow.
Why?
I want to write a value to the browser dom.
In order to use different paths to render a dom value or a task that returns eventually a dom value I need some way to determine what kind of value I have.
Perhaps such information can be added as meta data?
Thanks.
The text was updated successfully, but these errors were encountered:
It would be great to have a
(defn task? [v] that returns true if it is a missionary task, otherwise false.
Same would be useful for flow.
Why?
I want to write a value to the browser dom.
In order to use different paths to render a dom value or a task that returns eventually a dom value I need some way to determine what kind of value I have.
Perhaps such information can be added as meta data?
Thanks.
The text was updated successfully, but these errors were encountered: