I have an app with multiple JS queries and they need to call the same functions, so I’ve put them in preloaded JS (is there a better way?). Whenever I make a change to the shared function and leave the app in a temporary non-working state, the users of my app get an error. This doesn’t happen when I change the JS queries because they are handled by the releases feature.