Closed DavZim closed 2 years ago
Hey David! Thanks for checking out our new package. I just added a commit to fix this issue, it's in review before it could be merged. But if you wish to get the fix right away, you could try installing using this command:
devtools::install_github("Appsilon/shiny.emptystate", ref="5cd14515702ac690e83a0c38962cb0bf8e168a96")
Make sure to restart your R session after re-installing it!
Guidelines
Project Version
0.0.0.9000
Platform and OS Version
Windows 10
Existing Issues
No response
What happened?
When using the example app from the Readme with the
EmptyStateManager
, it seems that the state is not a binary state but an integer state. That means, that if I click three times on "Show empty state!", I need to click four times on "Hide empty state!".Steps to reproduce
Use the app:
Click a couple of times on "Show empty state!" and now try to hide the empty state again.
Expected behavior
When clicking Hide Empty State I expect to hide the empty state regardless of how many times I have clicked on "Show Empty State"
Attachments
No response
Screenshots or Videos
No response
Additional Information
No response