This repository was archived by the owner on Aug 23, 2022. It is now read-only.
React Redux Form v1.0.14
Small Fixes
- Numbers are now passed thru as numbers instead of strings to text components. Should not affect existing components - this was fixed due to an edge case in #487.
- Clarified in docs that you can not nest
<form>
elements - it is invalid HTML. Use<Form component="div" ...>
instead, if you must. #490 - Production builds will no longer break due to an
Errors.propTypes is undefined
error. Prop types are removed from components in production builds for performance. #491