hi, I have a question regarding the
hi, I have a question regarding the rendering of components. I've made a spinner component, which shows up when I press a button, but it seems it gets "greyed" out, i.e. dropped in the background - why is that?
4 Replies
yes we do gray out stale components - but it should not be grayed out when its running. is that not that case? is it incrementing while being stale?
yes, it is grey while counting
i've made a bug report on github
GitHub
Output goes stale in run and edit mode (app view mode) · Issue #158...
Describe the bug I'm building an app to run calculations. The calculations take time. Therefore, I decided to place a spinner to show the progress (status). However, instead of showing the spin...
thanks! will look into it