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
at my app I have implemented my store as in timesheets, but when I change code during development, it does hot reload, but state does not get updated (when using aliased actions). Does this actually work at the timesheets app ?
See klarna/electron-redux#8:
This might be due to
timesheets/app/shared/store/configureStore.js
Line 66 in 4ccaf08
!process.env.NODE_ENV
was probably meant to be something likeprocess.env.NODE_ENV !== 'production'
)/cc @rsaccon
The text was updated successfully, but these errors were encountered: