Love this site and your Tutorials @curran. I recently wanted to explore multi component interaction with a google maps component. To do this I started by following this codepen here, and added <script src="https://cdn.jsdelivr.net/npm/react-google-maps-api@1.0.8/lib/index.min.js"></script>
to my index.html
. But I received an Uncaught ReferenceError: exports is not defined
error.
Any tips or insight on how to import a google map component (the actual library is immaterial, if there’s a better one I’m all ears) and have it render would be greatly appreciated!