git clone [email protected]:HriBB/react-apollo-rhl-problem.git
cd react-apollo-rhl-problem
npm install
npm run server:dev
npm run client:dev
- open http://localhost:3000/admin/gallery
- Click on
Add Gallery
- Change some text in
client/components/Admin/Gallery/AddGallery/AddGallery.js
. - First hot reload does not work. All subsequent reloads work as expected.
It's not a big problem, but it is pretty annoying.
I tried to do some quick debugging, but TBH I have no idea what's going on. Could be a problem in my code or RHL3.
If I render AddGallery
component in the content area (not inside modal), it works as expected.