-
Notifications
You must be signed in to change notification settings - Fork 51
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
[#25] Change order of arguments #27
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work! 👏
Few minor things and I'm happy to release this ASAP.
P.S. Sorry for letting you wait for so long.
README.md
Outdated
|
||
[](https://travis-ci.org/redux-utilities/reduce-reducers) | ||
[](https://www.npmjs.com/package/reduce-reducers) | ||
[](https://www.npmjs.com/package/reduce-reducers) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The badges are somehow now each in a separate line. Please revert them being all inline please.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
README.md
Outdated
|
||
#### What is the difference between `reduceReducers` and `combineReducers`? | ||
|
||
This StackOverflow post explains it very well: https://stackoverflow.com/a/44371190/5741172 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For some reason this whole readme is displayed as a diff. I think there is something wrong with the encoding. Can you please check that it's UTF-8?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't realize what causes the problem yet
Hey @timche @RumyantsevMichael, I was curious if there are blockers with this issue and if I can offer some help? |
Actually not @lwolle . I just wasn't aware that I should re-review. Anyway, there are still some CI errors to fix before I can review. |
Thanks for the fast reply. I'm just waiting for this PR to go through. |
To be honest, I don't understand what is happening in Travis. Locally both prettier and xo work perfect. |
Guys, sorry being annoying. But is there any chance to get this through as soon as possible? Would you mind if I have a look, or @timche would you mind? I have no experience with the github integrated build pipelines, but would like to support. |
@RumyantsevMichael can you please run |
README.md
Outdated
[](https://travis-ci.org/redux-utilities/reduce-reducers) | ||
[](https://www.npmjs.com/package/reduce-reducers) | ||
[](https://www.npmjs.com/package/reduce-reducers) | ||
[](https://travis-ci.org/redux-utilities/reduce-reducers)[](https://www.npmjs.com/package/reduce-reducers)[](https://www.npmjs.com/package/reduce-reducers) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are still unneeded changes here. Can you please run git checkout master README.md -p
and revert this.
Hmm, interesting. I've installed yarn and now prettier works just like in Travis. But actually it works wrong because now it ignores the |
@timche, please have a look at it. |
Looks good now, thanks a lot! 👏 |
Thank you guys! 🏆 |
Released in |
Oops, sorry guys. I forgot to add |
@RumyantsevMichael thanks for noticing. Fixed in |
I have changed an order of parameters according to #25. Also, I've added a d.ts file right in the repo, so once the PR is approved it would be great to deprecate the existing typings as described here.