Closed bawaji94 closed 5 years ago
I upgrade my sample project to Webpack 4 and React 16, and there is no the same problem.
Could you check this issue if it's the same problem? It was caused by a browser plugin. https://github.com/terence55/react-baidu-maps/issues/4
if it's not the same problem, please provide a reproducible demo in codesandbox or codepen.
I was trying to use baidu maps in my project and with react version
16.7.0
and it would give an errorand the maps does not render.
However, when I downgrade the react version to
15.4.2
, there is no such error and the map renders perfectly.