Two reasons why consol warnings might be appearing:
- due to deprecated functions which need to be rewritten
- because code for tabs not in use is being run in the background which requires user input that has yet to be entered. These need to be wrapped in observeEvents, or req() functions added