react-native: Hot reloading while debugging in chrome fails with "cannot read property length of undefined"
If I modify a file and save it, the function acceptAll
fails with Cannot read property 'length' of undefined
. It appears to only happen when debugging in chrome.
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 23 (17 by maintainers)
Oh true, we could simply do
console.warn('....');
ifacceptAll
returnsfalse
on the line I mentioned above 😃. Looking forward for your PR 😉.