-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sidebar open parameter crash Shinylive when passing a list #1081
Comments
I wonder if there's an encoding issue? I just copied your example into shinylive and it worked as expected. (I edited it lightly in that link but the direct copy works as well.) I noticed that the error message appears to say
which seems to indicate there's a difference between |
Fixes #1081 We manually provide values to `rlang::arg_match()`, so vector input values throw
Oh, actually I think I found the bug! I'm not sure which exact conditions produce the error, but I ran into it myself and know how to fix it :) |
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. |
When passing a list to the open parameter in a sidebar, shinylive will display this error:
I tried with a named character vector, same problem.
Here's a sample code:
The text was updated successfully, but these errors were encountered: