mirror of
https://github.com/rstudio/shiny.git
synced 2026-01-31 09:48:38 -05:00
Revert last commit
This commit is contained in:
@@ -109,7 +109,7 @@ Keep in mind that if your application tries to access reactive values or express
|
||||
shinyServer(function(input, output) {
|
||||
# Will give error
|
||||
currentFib <- fib(as.numeric(input$n))
|
||||
output$nthValue <- renderText({ currentFib() })
|
||||
output$nthValue <- renderText({ currentFib })
|
||||
})
|
||||
{% endhighlight %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user