From dc97dc30bf73889db04be719c4c579bfc5c4042c Mon Sep 17 00:00:00 2001 From: Aakansha Doshi Date: Wed, 9 Nov 2022 17:13:20 +0530 Subject: [PATCH] fix: disable FAST_REFRESH to fix live reload (#5852) --- .env.development | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.env.development b/.env.development index 1a5fbda3..72b67ece 100644 --- a/.env.development +++ b/.env.development @@ -20,3 +20,5 @@ REACT_APP_DEV_ENABLE_SW= # whether to disable live reload / HMR. Usuaully what you want to do when # debugging Service Workers. REACT_APP_DEV_DISABLE_LIVE_RELOAD= + +FAST_REFRESH=false