We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
鼠标移到区域上后,不显示图层信息框
将main.tsx中 <React.StrictMode> 注释后,就能显示图层信息框了 ReactDOM.createRoot(document.getElementById('root')!).render( // <React.StrictMode> <App /> // </React.StrictMode>, )
ReactDOM.createRoot(document.getElementById('root')!).render(
// <React.StrictMode>
<App />
// </React.StrictMode>,
)
The text was updated successfully, but these errors were encountered:
heiyexing
No branches or pull requests
🐛 React 18 + StrictMode 下, LayerPopup不显示
📷 Step to reproduce
🏞 Expected result
鼠标移到区域上后,不显示图层信息框
🚑 Any additional [like screenshots]
将main.tsx中 <React.StrictMode> 注释后,就能显示图层信息框了
ReactDOM.createRoot(document.getElementById('root')!).render(
// <React.StrictMode>
<App />
// </React.StrictMode>,
)
"@antv/l7": "^2.17.7",
"@antv/larkmap": "^1.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
The text was updated successfully, but these errors were encountered: