Open selkamand opened 1 year ago
outputOptions(..., suspendWhenHidden = FALSE) has been used in several places.
outputOptions(..., suspendWhenHidden = FALSE)
This causes code to run at times thats unnecessary. Remove all instances of it.
If wanting to change UI based on server conditions. Use hidden tabsetpanels and updateTabsetPanels in server functions instead
outputOptions(..., suspendWhenHidden = FALSE)
has been used in several places.This causes code to run at times thats unnecessary. Remove all instances of it.
If wanting to change UI based on server conditions. Use hidden tabsetpanels and updateTabsetPanels in server functions instead