Skip to content

Commit

Permalink
typo (#529)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnazarov authored Oct 17, 2024
1 parent 036fd1d commit f842204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reactivity-escaping.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ But there are still two drawbacks:

- If the table or plot are in tabs that are not currently visible, the observer will still draw/plot them.

- If the `head()` throws an error, the `observe()` will terminate the app, but `reactive()` will propagate it so it's displayed reactive throws an error, it won't get propagated.
- If the `head()` throws an error, the `observe()` will terminate the app, but `reactive()` will propagate it so it's displayed.

And things will get progressively worse as the app gets more complicated.
It's very easy to revert to the event-driven programming situation described in Section \@ref(event-driven).
Expand Down

0 comments on commit f842204

Please sign in to comment.