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)

Most upvoted comments

Oh true, we could simply do console.warn('....'); if acceptAll returns false on the line I mentioned above 😃. Looking forward for your PR 😉.