feat: Chakra UI 升级

This commit is contained in:
zdl
2025-11-19 16:16:21 +08:00
parent 25cc28e03b
commit 905023c056
3 changed files with 5 additions and 4 deletions

View File

@@ -124,6 +124,7 @@ async function startApp() {
const root = ReactDOM.createRoot(document.getElementById('root'));
// Render the app with Router wrapper
// ✅ StrictMode 已启用Chakra UI 2.10.9+ 已修复兼容性问题)
root.render(
<React.StrictMode>
<Router