Hot reload not working

Author: AnandK1100Created Jan 29, 2020Updated Apr 12, 2023
Labelsbug

Description Hot reloading is not working for new projects (didn't check on existing one)

To Reproduce I have created a new proton-native app, using command: npx proton-native-cli init my-app cd my-app npm run dev

After starting it's server, I changed background color of Window and added a component (which renders text) to it.

After saving it, changes are not reflected.

Expected behavior Changes should reflect immediately.

Versions:

  • OS: Mac
  • Version : 10.14.4
  • Node version: 11.13.0