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 above app should show three toggle switches. When the leader switch is toggled, the follower switches (in the shiny module) should also update. Only the one called via update_switch() successfully changes the switch state, because that call goes through session$sendInputMessage() rather than session$sendCustomMessage().
The text was updated successfully, but these errors were encountered:
The above app should show three toggle switches. When the leader switch is toggled, the follower switches (in the shiny module) should also update. Only the one called via
update_switch()
successfully changes the switch state, because that call goes throughsession$sendInputMessage()
rather thansession$sendCustomMessage()
.The text was updated successfully, but these errors were encountered: