Anirban Shaw

Results 2 comments of Anirban Shaw

Hi, The problem lies with same CSS and JS names. In this case the class `button` is a CSS class. The JS `shiny-semantic-button.js` is also looking for ID `button`. According...

Just assign the moduleServer call to a variable: ``` all_reactive_values[[ns("my_module-server")]]