remote-redux-devtools: Crashing in react-native when not debugging

Running on RN 0.57.7 The following line: import { composeWithDevTools } from 'remote-redux-devtools'

causes the app to crash if remote debugging is not turned on.

simulator screen shot - iphone 8 - 2018-12-27 at 08 21 44

“your browser does not have a secure random generator. If you don’t need unpredictable IDs, you can use nanoid/non-secure”

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Reactions: 2
  • Comments: 15 (5 by maintainers)

Commits related to this issue

Most upvoted comments

@mitziin published remote-redux-devtools@0.5.16 now, thanks again for the details.

@mitziin you’re right. Thanks! It should be fixed in 0.5.16. I’ll update that package as well.

Another user made this fix: Fix in : index.js in line : 23 change var _nanoid = require(‘nanoid/non-secure’)