top of page
Search
Writer's pictureAndrew Silluron

Hook Errors with Redux React inside of Electron

When using electron and specifically, electron-webpack, it's common to have a split-brain issue occur when loading 'react' and 'redux-react'.


The simple fix is to edit your whitelist config


"electronWebpack": {
 "whiteListedModules": [,
 "react-redux"
    ]
  },

15 views0 comments

Recent Posts

See All

Commentaires


bottom of page