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
Due to rstudio/shiny#3635, ipyshiny currently does this hacky workaround to ensure the output binding has a chance to bind to the DOM after it is registered:
Due to rstudio/shiny#3635, ipyshiny currently does this hacky workaround to ensure the output binding has a chance to bind to the DOM after it is registered:
https://github.com/rstudio/ipyshiny/blob/af5402104bc9baa1b5cf3f73dabff38bac6cda34/js/src/output.ts#L75-L81
Once that shiny issue is fixed, we can simply remove the code
The text was updated successfully, but these errors were encountered: