-
Notifications
You must be signed in to change notification settings - Fork 11
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
Call UI as function for bookmarking #5
Comments
Hi @kent-orr , I just updated polished so that you can supply the ui as a function. If you install the latest dev version of polished it should work.
A couple notes:
|
Thanks oodles for the quick response. Really appreciate the work y'all have contributed.
I had a hunch. I have a renderUI that relies on a reactive value to determine the number of inputs available. I needed to store that reactive value with the bookmark to ensure that onRestore rendered the UI the same.
The inputs are there. If I increase plus_minus manually after loading a bookmark, it automatically fills with the saved inputs. But I cannot get the reactive value plus_minus to update via onRestore. |
What happens if you use |
No dice with I'm going to take some time to comb over and tidy up my work to see if I can isolate the issue further. I'll chime in again when I've revisited the problem more. |
I am attempting to call my UI as a function for bookmarking my shiny application. However, even when I build a minimal example I run into
cannot coerce type 'closure' to vector of type 'character'
when I attempt to close the whole enchilada in:Any insights would be greatly appreciated.
The text was updated successfully, but these errors were encountered: