Skip to content

Commit

Permalink
Update action-graphics.Rmd (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
bm5tev3 authored Oct 17, 2024
1 parent 6022e14 commit a7d171a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action-graphics.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ val()
```

Unfortunately if you actually try to run this code in the console you'll get an error because it has to be run in an reactive environment.
That makes experimentation and debugging more challenging because you'll need to `browser()` or similar to pause execution within the call to `shinyApp()`.
That makes experimentation and debugging more challenging because you'll need to use `browser()` or something similar to pause execution within the call to `shinyApp()`.
This is one of the challenges we'll come back to later in Chapter \@ref(reactivity-components).

For now, let's put the challenges of learning `reactiveVal()` aside, and show you why you might bother.
Expand Down

0 comments on commit a7d171a

Please sign in to comment.