This repository was archived by the owner on Aug 23, 2022. It is now read-only.
React Redux Form v1.2.1
Fixes and Enhancements
- The dependency on
redux-thunk
is being removed from all internal RRF components. That means that if you're using standard RRF components, you don't needredux-thunk
, but if you are dispatching actions from the library, some might require the use ofredux-thunk
. - A couple fixes to
<LocalForm>
- now renders a
<form>
by default, instead of a<div>
(oops) - invalid proptypes are prevented from leaking in to child components
- now renders a