-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Shiny accordion in bookmark page #659
Comments
It works perfectly now, thank you very much!!!
On 06 Jul 2023, at 12:08, Garrick Aden-Buie ***@***.***> wrote:
Hi @riskcede <https://github.com/riskcede>, I believe this was recently fixed in #646 <#646>. Can you try installing the development version of bslib?
devtools::install_github("rstudio/bslib")
—
Reply to this email directly, view it on GitHub <#659 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AMU6SXCBJZ2CI22PUEKF7VLXO2FBPANCNFSM6AAAAAAZ7ZEDIM>.
You are receiving this because you were mentioned.
|
This issue has been automatically locked. If you have found a related problem, please open a new issue (with a reproducible example or feature request) and link to this issue. |
# for free
to subscribe to this conversation on GitHub.
Already have an account?
#.
Error when using accordions in UI when UI is wrapped in a function
I want to use the bslib accordion in my UI. It works fine in a basic app.
But I bookmark my app, so instead of just using UI <- fluidpage i use UI <- function(request) {}
As soon as i do this i get an error saying 'Invalid first argument'.
Im not able to debug this to get an idea of what the actual error is.
Can you please advise.
I get the following error:
Listening on http://127.0.0.1:3764
Warning: Error in exists: invalid first argument
89: exists
88: self$exists
87: oldInputs$available
86: shiny::restoreInput
85: bslib::accordion
69: ui [#3]
3: runApp
2: print.shiny.appobj
1:
Session Info
The text was updated successfully, but these errors were encountered: