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
The provided code includes the usage of bindEvent and bindCache functions in a shinyApp, but it seems that they are not functioning as expected in shinylive.
I think the issue lies in how the default cache is resolved for bindCache(). If I add cache = "session" to bindCache(), then your example works as expected.
The provided code includes the usage of bindEvent and bindCache functions in a shinyApp, but it seems that they are not functioning as expected in shinylive.
Code snippet:
The text was updated successfully, but these errors were encountered: