🔧 More fixes for the react-refresh plugin bugs
This commit is contained in:
@@ -8,7 +8,6 @@ import App from "./components/App";
|
||||
|
||||
const rootEl = document.getElementById("root");
|
||||
const root = createRoot(rootEl);
|
||||
//In the entry of your indirect code path (e.g. some index.js), add the following two lines:
|
||||
|
||||
root.render(
|
||||
<Provider store={store}>
|
||||
|
||||
Reference in New Issue
Block a user