top of page
  • Twitter Social Icon
  • LinkedIn Social Icon
Search

Hook Errors with Redux React inside of Electron

  • Writer: Andrew Silluron
    Andrew Silluron
  • Jul 8, 2020
  • 1 min read

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"
    ]
  },

 
 
 

Comments


SIGN UP AND STAY UPDATED!

Thanks for submitting!

  • Grey Twitter Icon
  • Grey LinkedIn Icon
  • Grey Facebook Icon

© 2020 by Silluron

bottom of page