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
For example, note how, because of the req(), no spinner appears. The underlying reason is that htmlwidgets.js adds visibility:hidden; to the widget container when the error gets rendered, and doesn't clear that style until the next value gets rendered.
…ror and clearError method defaults
By removing these defaults, when the widget is in rendered in Shiny, it will simply fallback to Shiny's OutputBinding default methods, which does a better and simpler job of rendering and clearing errors.
And, when rendering statically, the renderError/clearError methods aren't relevant
Discovered via rstudio/shiny#4115 (comment)
For example, note how, because of the
req()
, no spinner appears. The underlying reason is that htmlwidgets.js addsvisibility:hidden;
to the widget container when the error gets rendered, and doesn't clear that style until the next value gets rendered.The text was updated successfully, but these errors were encountered: