Description
It's impossible to use custom debugger running on node 5 because debuggerWorker.js contains 'let' now. Changing 'let' to 'var' fixes the issue.
Related issue: WEB-23912
Additional Information
- React Native version: 0.36
- Platform: both
- Operating System: all
Description
It's impossible to use custom debugger running on node 5 because debuggerWorker.js contains 'let' now. Changing 'let' to 'var' fixes the issue.
Related issue: WEB-23912
Additional Information