-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
example 02-redux cause error message when updating reducer #64
Comments
This is an issue/feature in |
Version |
@milankinen: I'm still seeing this warning with
|
Hm, running the example from the repo I don't get the error. I wonder if there's anything besides |
@c089, is your repo (having this problem) public so that I can check it out myself? |
Unfortunately not as it's a client project. But I'll try to reproduce this with a new, minimal setup. The only thing I can think of right now is that it uses newer versions of the libraries than the 02 example... |
@c089 what Redux version you're using in your client project at the moment (could you check the actual version from your |
|
Hmmm strange... Tested with newer versions and got no problems: 02-redux (development *) $ npm i
npm WARN package.json livereactload-flux-with-redux-example@2.0.0 No repository field.
redux@3.2.1 node_modules/redux
├── loose-envify@1.1.0 (js-tokens@1.0.2)
└── lodash@4.2.1
react-redux@4.3.0 node_modules/react-redux
├── invariant@2.2.0
├── hoist-non-react-statics@1.0.5
├── loose-envify@1.1.0 (js-tokens@1.0.2)
└── lodash@4.2.1 |
Same problem here. The only difference in the hot-reloading code is that I don't use Versions used (
|
Thanks! I'll test it with those versions. Is it possible to identify which files with modifications cause the warning? |
The warning came from my |
Getting this warning from a fresh clone of the example 02-redux. Fixed it once by doing npm link and fiddling with versions of react-proxy, but am unable to duplicate the fix... I obviously have no idea what I'm doing :) Works well despite the warning though. (warning pops up when editing Counter.js) |
I get the error in a fresh clone of the repository in 02-redux example too. Editing counter.js generates the warning. |
Going to take a look at this during this week! Probably linked with #111 somehow. |
@milankinen could you please give me some instructions how should I use livereactload to have hot module loading with react, redux and router? I really prefer browserify environment but if I can't have hot module loading for my project I'll be forced to use webpack. I guess I can manage it to work if you manage to make example 02-redux work though it'd be much more helpful if you could add router to it too. |
@milankinen ok I was able to use livereactload with My problem with |
@sassanh Very good idea! It would be easy to implement as well. Creating another issue for that. I'll keep this issue open because there is a bug in the current |
This should be fixed a long time ago. Closing this one and reopen if any issues still exist. |
The text was updated successfully, but these errors were encountered: