Search code examples
javascriptreact-nativewebstormhot-module-replacement

React-native hot reloading triggered on every file key up on WebStorm


I am having a issue with hot reloading and WebStorm.

A couple of weeks ago I didn't had this problem, since the hot reloading was just triggering when I focused out from WebStorm. But now every file change it is triggering the hot reloading, and it is very annoying since most of time I didn't finish the logic and it triggers an error.

Someone notice that new behavior when coding react-native with WebStorm?


Solution

  • So I just resolved this issue disabling ESLint plugin on webstorm, this plugin was triggering the hot reloading on every file change, instead on IDE focus out like was before I had installed that plugin.