-
Notifications
You must be signed in to change notification settings - Fork 12
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
feat: default handler in createReducer #153
Conversation
Release v3.2.0 and v3.1.0
Release v3.2.1
It's ugly though. We'll try to find another way to type this
Codecov Report
@@ Coverage Diff @@
## master #153 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 10 10
Lines 56 58 +2
Branches 9 10 +1
=========================================
+ Hits 56 58 +2
Continue to review full report at Codecov.
|
@the-dr-lazy, it seems to fail on running |
What is your opinion about renaming |
The issue has been fixed in the |
If we may discuss it, I think, As well as, my IDE suggests |
Thank you for your comment. I'm with |
I've not heard about wildcard in FP, but I can see that the concept is pretty straightforward and familiar (we've all used |
* introduce local InferActionFromCreator * divide CreateHandlerMap to two smaller types * better object-with-a-property handling with `Object.assign`
Thank you for your contribution @Jazzmanpw. Nice job. |
🎉 This PR is included in version 3.3.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Wow, wait a moment. I appreciate that my job was useful, but I haven't finished it yet. I met some troubles with using a symbol as a key in the final handler map. The typing troubles that is. I believe I should finish it first, don't I? |
As this PR was not a draft I thought your work is done. Sorry for that. |
I'm sorry about the PR status. I don't know much about it yet. I continue my work. |
related to #152