Skip to content

Commit cfa4db2

Browse files
committed
add <React.StrictMode>
1 parent 851367b commit cfa4db2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

admin-ui/src/index.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const root = ReactDOM.createRoot(
1414
);
1515

1616
root.render(
17+
<React.StrictMode>
1718
<Provider store={store}>
1819

1920
<ConfigProvider
@@ -25,6 +26,7 @@ root.render(
2526
<RoutesProvider/>
2627
</ConfigProvider>
2728
</Provider>
29+
</React.StrictMode>
2830
);
2931

3032
// If you want to start measuring performance in your app, pass a function

0 commit comments

Comments
 (0)