antvis / LarkMap

A React toolkit for geospatial visualization based on L7.

Home Page:https://larkmap.antv.antgroup.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🐛 [BUG]

Afee2019 opened this issue · comments

🐛 React 18 + StrictMode 下, LayerPopup不显示

📷 Step to reproduce

  1. 创建默认的React 18 应用
  2. 拷贝范例代码并替代 App.tsx

🏞 Expected result

鼠标移到区域上后,不显示图层信息框

🚑 Any additional [like screenshots]

将main.tsx中 <React.StrictMode> 注释后,就能显示图层信息框了
ReactDOM.createRoot(document.getElementById('root')!).render(
// <React.StrictMode>
<App />
// </React.StrictMode>,
)

  • LarkMap Version:
    "@antv/l7": "^2.17.7",
    "@antv/larkmap": "^1.4.1",
  • Platform:
    "react": "^18.2.0",
    "react-dom": "^18.2.0"