You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All other dependencies that I have been using with Electron app that I have, only redux-auth-wrapper is throwing this error when being used inside the code :
index.jsx:6 Uncaught Error: Cannot find module 'redux-auth-wrapper/history4/redirect'
at webpackMissingModule (index.jsx:6)
at Module.eval (index.jsx:6)
at eval (index.jsx:87)
at Module../src/App/Router/index.jsx (index.js:8039)
at __webpack_require__ (index.js:726)
at fn (index.js:101)
at Module.eval (index.jsx:13)
at eval (index.jsx:60)
at Module../src/App/index.jsx (index.js:8134)
at __webpack_require__ (index.js:726)
Question :
Do I have to import redux-auth-wrapper as dependency with certain tweak in webpack config ?
Or shall I have to build it locally & then link it to my project ?
I see some PR #204 talking about this, but I don't see it anywhere the changes that were committed, neither I am sure what build has been checked-in to npm registry.
Any help is much appreciated.
The text was updated successfully, but these errors were encountered:
All other dependencies that I have been using with Electron app that I have, only
redux-auth-wrapper
is throwing this error when being used inside the code :Usage :
Error:
Question :
Do I have to import
redux-auth-wrapper
as dependency with certain tweak in webpack config ?Or shall I have to build it locally & then link it to my project ?
I see some PR #204 talking about this, but I don't see it anywhere the changes that were committed, neither I am sure what build has been checked-in to npm registry.
Any help is much appreciated.
The text was updated successfully, but these errors were encountered: