VatsalDave2102 / react-ts-form-library

MIT License
0 stars 0 forks source link

fix: type inference of value in register function #3

Closed VatsalDave2102 closed 1 month ago

VatsalDave2102 commented 1 month ago

Fix type inference of value in register function

Description

This PR addresses an issue with type inference in the register function of our form handling system. The changes improve type safety and ensure better compatibility with complex nested form structures.

Impact

These changes enhance the developer experience by providing more accurate type checking support when working with form fields, especially in complex nested structures.

Additional Notes

This update maintains backwards compatibility with existing form implementations while improving type safety for future development.

github-actions[bot] commented 1 month ago

:tada: This PR is included in version 1.2.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: