Open joybera opened 1 year ago
you are required t
Hi Joybera , you are required to create a file App.test.jsx in the same folder as App.jsx with the following code function App() {
return (<>Hello</>); }
export default App;
First, In index.js replace the file App with App.test and then switch it back to App , the code will start working. This problem arises due to redux persist.
You can now view react-blog in the browser.
Local: http://localhost:3000 On Your Network: http://192.168.63.1:3000
Note that the development build is not optimized. To create a production build, use npm run build.
webpack compiled successfully
But unfortunately, I cannot see anything on my screen.
Hey,did your issue got cleared??
You can now view react-blog in the browser.
Local: http://localhost:3000 On Your Network: http://192.168.63.1:3000
Note that the development build is not optimized. To create a production build, use npm run build.
webpack compiled successfully
But unfortunately, I cannot see anything on my screen.