-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
803 data reactivity@main #804
Conversation
@@ -177,6 +177,8 @@ init <- function(data, | |||
modules <- do.call(teal::modules, modules) | |||
} | |||
|
|||
# TODO make module names unique here |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
best to do this after the reporter module has been added
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested this branch with the exploratory app, it seems that the reactivity is not triggered there when changing the tabs of modules so none of the modules is calculated at the beginning or when changing.
I had the same but then I've tried individual modules and they are working. Problem found in the sample apps is that they have first tab which doesn't need data. When I removed front-page and dataviewer modules everything was fine. |
Agreed, plus some |
Also I think a few modules (PCA, outliers,...) aren't happy |
I also experienced the same thing that were mentioned. |
Closed in favor of #806 |
Closes #803
Lots of TODOs in the code - especially the make id's unique of modules in teal::init