Releases: green-labs/ppx_react_hook_form
Releases · green-labs/ppx_react_hook_form
v0.0.7
v0.0.6
v0.0.5
v0.0.4
v0.0.3
- Enhance defaultValuesOf type definition for array types
- For array types (e.g.,
array<t>
), the defaultValuesOf type now uses
defaultValuesOfT
for the array items instead ofarray<t>
- This allows for more precise default value handling in nested array structures
- For array types (e.g.,