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
{{ message }}
This repository has been archived by the owner on Feb 20, 2019. It is now read-only.
Somehow, as soon as a component is connected to redux-ui it no longer displays changes in code done via hot-reloading. The same component worked just fine without ui connected to it before.
The text was updated successfully, but these errors were encountered:
Hot updates seem to work fine if you don't pass the key to the decorators. Not sure if there are other conditions.
Using:
"react": "^15.5.4",
"redux": "^3.6.0",
"redux-ui": "^0.1.1",
"react-hot-loader": "^3.0.0-beta.7",
"react-css-modules": "^4.1.0",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.2",
webpack.NamedModulesPlugin()
Somehow, as soon as a component is connected to
redux-ui
it no longer displays changes in code done via hot-reloading. The same component worked just fine without ui connected to it before.The text was updated successfully, but these errors were encountered: