Was tracking down an JavaScript error and it was due to AWS Amplify using a global instance, which got messed up because different versions of the library were pulled in. Please, DON'T USE GLOBALS for JavaScript objects. Pass everything around.