Hi!
It is pretty! Thank you!
Is there a way to use loading_state
property as callback input?
Problem:
I have a custom spinner (similar to the one here. I would like to show it depending on loading_state.is_loading
and the state of the background task at the same time.
Cheers