Built site for shiny: 1.8.0.9000@6760c31

This commit is contained in:
cpsievert
2024-02-02 22:56:38 +00:00
parent 323c25dc88
commit 6807fdf85e
24 changed files with 61 additions and 61 deletions

View File

@@ -80,7 +80,7 @@ the hash (including the leading <code>#</code> symbol).</p>
depending on the values in the query string / hash (e.g. instead of basing
the conditional on an input or a calculated reactive, you can base it on the
query string). However, note that, if you're changing the query string / hash
programatically from within the server code, you must use
programmatically from within the server code, you must use
<code>updateQueryString(_yourNewQueryString_, mode = "push")</code>. The default
<code>mode</code> for <code>updateQueryString</code> is <code>"replace"</code>, which doesn't
raise any events, so any observers or reactives that depend on it will