🔧 More fixes for the react-refresh plugin bugs

This commit is contained in:
2022-06-14 20:25:26 -07:00
parent a46eebb043
commit 2244d2f512
8 changed files with 26 additions and 84 deletions

View File

@@ -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}>