Thanks for this repo, it helped a lot getting started with setting up spring and react! Here's a question though: When running the frontend app using `npm start`, hot module replacement does not work when editing UI components: ``` process-update.js:59 [HMR] The following modules couldn't be hot updated: (Full reload needed) - ./src/ui/Component.js ``` Is this a known issue in this starter app?