Maybe because of reactiveVal dataLoaded(). However, data_overview should be hidden and thus not react to dataLoaded(). Fix this to avoid more overhead rendering.
Tried with separate reactiveVal renderData(). For some reason output$data_overview is again triggered wihen it should not - there is no other call to renderData() inside this function.
Maybe because of reactiveVal dataLoaded(). However, data_overview should be hidden and thus not react to dataLoaded(). Fix this to avoid more overhead rendering.