We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
Getting the following error when trying to use tileCountUI:
Listening on http://127.0.0.1:7649 Warning: Error in going_well: could not find function "going_well" 97: tileCountElement [top_tiles.R#34] 96: renderUI [top_tiles.R#99] 95: func 82: origRenderFunc 81: output$test-tile_count 1: runApp
My UI element: fluidRow( tileCountRow(tileCountUI("test")) %>% withSpinner(color="#0dc5c1"))
My Server Code: shiny::callModule(updateTileCount, "test", value = 65000, change_value = "4%", going_well = TRUE, tile_title = " test Tile", width = 2, icon_in = icon("user"), from_text = " From last Week")
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
Getting the following error when trying to use tileCountUI:
Listening on http://127.0.0.1:7649
Warning: Error in going_well: could not find function "going_well"
97: tileCountElement [top_tiles.R#34]
96: renderUI [top_tiles.R#99]
95: func
82: origRenderFunc
81: output$test-tile_count
1: runApp
My UI element:
fluidRow( tileCountRow(tileCountUI("test")) %>% withSpinner(color="#0dc5c1"))
My Server Code:
shiny::callModule(updateTileCount, "test",
value = 65000,
change_value = "4%",
going_well = TRUE,
tile_title = " test Tile",
width = 2,
icon_in = icon("user"),
from_text = " From last Week")
The text was updated successfully, but these errors were encountered: