issues
search
davidkpiano
/
react-redux-form
Create forms easily in React with Redux.
https://davidkpiano.github.io/react-redux-form
MIT License
2.06k
stars
252
forks
source link
Fix #1160 - typescript definition uses `bool`
#1161
Closed
bjchambers
closed
6 years ago
bjchambers
commented
6 years ago
Change
bool
to
boolean
.
Change
bool
toboolean
.