jhen0409 / jhen0409/react-native-debugger
module HMRClient is not callable
- Dominant language
- JavaScript
- Stars
- 10.4k
- Forks
- 815
- PR merge metrics
- No merged PRs in 30d
Description
React Native Debugger app version: 0.8.2
React Native version: 0.57
Platform: iOS
Is real device of platform: No
Operating System: macOS High Sierra
Getting error `module HMRClient is not callable` only in latest release of 0.8.2 debugger.
When RN Debugger connects and runs fine after first connect, but after first hot reload, client throws error module HMRClient is not callable.

Note, older versions of RN debugger work and chrome debugger works fine as well.
Note about this environment, it's got it's own babelrc that follows the latest react native guidelines:
```
{
"presets": ["module:metro-react-native-babel-preset"]
}
```
Contributor guide
Assessment
This issue has not been assessed yet.