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
When I have a shiny app with multiple modules, autoWaiter does not pick up all elements at the same time but only "hides" the second element when the first one is done rendering.
This leads to waiter first showing the spinner on the first module, then the second (when the first module is done waiting), then the plot from the main ui. I would expect to see the waiter on all reactive elements from the start. Note that all spinners disappear when the last element is rendered.
The text was updated successfully, but these errors were encountered:
When I have a shiny app with multiple modules,
autoWaiter
does not pick up all elements at the same time but only "hides" the second element when the first one is done rendering.MWE - autoWaiter in main UI
This leads to waiter first showing the spinner on the first module, then the second (when the first module is done waiting), then the plot from the main ui. I would expect to see the waiter on all reactive elements from the start. Note that all spinners disappear when the last element is rendered.
The text was updated successfully, but these errors were encountered: