milespratt / bingmaps-react

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

nextjs : ReferenceError: window is not defined #30

Closed cnly1987 closed 3 years ago

cnly1987 commented 3 years ago

<BingMapsReact bingMapsKey="my_api_key" height="500px" mapOptions={{ navigationBarMode: "square" }} width="500px" viewOptions={{ center: { latitude: dt.latitude, longitude: dt.longitude}, mapTypeId: "grayscale" }} />

cnly1987 commented 3 years ago

const BingMapsReact = dynamic(()=> import('bingmaps-react'), {ssr:false}) fixed!