Before the release of v5.0.0 create-react-app
, I used to able to have the hot loading/refreshing of my work by creating a .env
file and putting the following CHOKIDAR_USEPOLLING=true
Since the release, this is no longer working and have yet to find a workaround. I have also tried putting FAST_REFRESH=false
Any idea how I can fix this?