Thoughts
Lol I had a React component named `History` that shadowed the global browser `History` class
It's easy to argue this is a problem with globals (like History), but from the other perspective, it's an issue with imports, because I forgot to import it. If the new History had been defined globally as well, than there wouldn't be an issue.