Skip to content
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

Update clearStore.R #2

Merged
merged 1 commit into from Nov 3, 2022
Merged

Update clearStore.R #2

merged 1 commit into from Nov 3, 2022

Conversation

ismirsehregal
Copy link
Contributor

@ismirsehregal ismirsehregal commented Nov 1, 2022

When using parent.frame() to get the session object clearStore can't be used in e.g. observeEvent (As the parent.frame no longer refers to the server function). Please see https://stackoverflow.com/q/74272837/9841389

When using `parent.frame()` to get the session object `clearStore` can't be used in e.g. `observeEvent`. Please see https://stackoverflow.com/q/74272837/9841389
@oobianom
Copy link
Owner

oobianom commented Nov 3, 2022

This is great. Thanks for the fix.

@oobianom oobianom merged commit df3536e into oobianom:main Nov 3, 2022
@ismirsehregal
Copy link
Contributor Author

ismirsehregal commented Nov 3, 2022

Hi there @oobianom,

maybe you can have a look at this question?

Thanks in advance - cheers!

@oobianom
Copy link
Owner

oobianom commented Nov 5, 2022

I did take a look. That's a feature that I am currently working on. Its complicated in the way that I am developing it because one of the goals of shinyStorePlus is to enable seamless integration into various Shiny apps, without having to write much code. The automatic saving of data is done in the background with JavaScript without needing to go back to the Shiny server. This allows one to build robust and complex Shiny apps without losing speed and performance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants