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 user tried to use insert_accordion_panel() withshiny.express.ui.accordion_panel(), the app throws an error - Unhandled error: 'RecallContextManager' object has no attribute 'resolve'
When user tried to use
insert_accordion_panel()
withshiny.express.ui.accordion_panel()
, the app throws an error -Unhandled error: 'RecallContextManager' object has no attribute 'resolve'
Reproducible code
Shinylive link
Workaround
use
shiny.ui.accordion_panel()
instead like this modified codeThe text was updated successfully, but these errors were encountered: