mirror of
https://github.com/yaklang/yaklang-chrome-extension.git
synced 2026-09-26 21:21:53 +08:00
ui v0.0.1-beta
This commit is contained in:
+2
-6
@@ -9,9 +9,5 @@ if (!container) throw new Error('Failed to find the root element');
|
||||
// 创建根
|
||||
const root = createRoot(container);
|
||||
|
||||
// 渲染应用
|
||||
root.render(
|
||||
<React.StrictMode>
|
||||
<App />
|
||||
</React.StrictMode>
|
||||
);
|
||||
// 渲染应用,移除 StrictMode
|
||||
root.render(<App />);
|
||||
Reference in New Issue
Block a user