Cannot get Mailcheck to work with Redux-Form
emwee opened this issue · 2 comments
emwee commented
I cannot get MailCheck to work with Redux-Form. I reduced my code to a very simple PoC, I put the code here: https://github.com/emwee/redux-mailcheck
Whatever I type (e.g. 'test@gnail.com'), suggestion
is always null
.
eligolding commented
Good catch! Seems like we introduced a bug in the latest version. It's fixed now in version 1.1.2.
Let me know if it works for you.
emwee commented
It works now! Thanks for the quick follow up.