Skip to content
New issue

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

Error in going_well: could not find function "going_well" #16

Open
arugragh opened this issue Jan 5, 2020 · 0 comments
Open

Error in going_well: could not find function "going_well" #16

arugragh opened this issue Jan 5, 2020 · 0 comments

Comments

@arugragh
Copy link

arugragh commented Jan 5, 2020

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")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant