huiyan-fe / react-bmapgl

基于百度地图JavaScript GL版API封装的React组件库
http://huiyan.baidu.com/github/react-bmapgl/
MIT License
114 stars 20 forks source link

地图无法画出 源码一直报错 #54

Open laochuanzhangL opened 2 years ago

laochuanzhangL commented 2 years ago

image

laochuanzhangL commented 2 years ago

代码一个月前可以正常运行。现在地图无法展示,但是仍然可以触发点击事件,地图上面的windowInfo也可以正常展示,只有地图不能正常展示 image

laochuanzhangL commented 2 years ago

好像这个报错只会在开发环境下出现,打包后的代码不存在这个错误

xu-lif commented 2 years ago

好像在react@18,开发环境且严格模式下会出问题吧,注释掉React.StrictMode会不会好啊 image

laochuanzhangL commented 2 years ago

好像在react@18,开发环境且严格模式下会出问题吧,注释掉React.StrictMode会不会好啊 image

可以了可以了 应该就是这个问题 太感谢了