If you are using Vite, just add the follow lines in vite.config.js
export default defineConfig({ plugins: [react()], server: { watch: { usePolling: true, }, }, // <- add })