Why is an `apply` callback called during preview w...
# general
n
Why is an
apply
callback called during preview when the value is not available? Is this broken functionality?
Copy code
To access the raw value of an output, and transform that value into a new value, use apply . This method accepts a callback that will be eventually invoked with the raw value, once it is available.