milespratt / bingmaps-react

An easy to use Bing Maps React component.
https://bingmaps-react.netlify.app
MIT License
21 stars 19 forks source link

Multiple errors on initial load #27

Closed mcmillster closed 3 years ago

mcmillster commented 3 years ago

I'm running Next.js and getting the following errors. If I leave the page and return it ignores the errors and load correctly.

image

mcmillster commented 3 years ago

As a note, I ended up grabbing the node_modules of this project and putting it directly in my project to import from there. The issue ended up being the way CSS is imported into this project.