@@ -113,7 +113,7 @@ interface Form<Schema extends Record<string, any>> {
113
113
* Returns properties required to hook into form events.
114
114
* Applied custom validation and define when error should be reported.
115
115
*
116
- * @see https://github.com/edmundhung/conform/tree/v0.4.0-pre.2 /packages/conform-react/README.md#useform
116
+ * @see https://github.com/edmundhung/conform/tree/v0.4.0-pre.3 /packages/conform-react/README.md#useform
117
117
*/
118
118
export function useForm < Schema extends Record < string , any > > (
119
119
config : FormConfig < Schema > = { } ,
@@ -410,7 +410,7 @@ export interface FieldsetConfig<Schema extends Record<string, any>> {
410
410
/**
411
411
* Returns all the information about the fieldset.
412
412
*
413
- * @see https://github.com/edmundhung/conform/tree/v0.4.0-pre.2 /packages/conform-react/README.md#usefieldset
413
+ * @see https://github.com/edmundhung/conform/tree/v0.4.0-pre.3 /packages/conform-react/README.md#usefieldset
414
414
*/
415
415
export function useFieldset < Schema extends Record < string , any > > (
416
416
ref : RefObject < HTMLFormElement | HTMLFieldSetElement > ,
@@ -633,7 +633,7 @@ type ListCommandPayload<
633
633
* Returns a list of key and config, with a group of helpers
634
634
* configuring buttons for list manipulation
635
635
*
636
- * @see https://github.com/edmundhung/conform/tree/v0.4.0-pre.2 /packages/conform-react/README.md#usefieldlist
636
+ * @see https://github.com/edmundhung/conform/tree/v0.4.0-pre.3 /packages/conform-react/README.md#usefieldlist
637
637
*/
638
638
export function useFieldList < Payload = any > (
639
639
ref : RefObject < HTMLFormElement | HTMLFieldSetElement > ,
@@ -813,7 +813,7 @@ interface InputControl<Element extends { focus: () => void }> {
813
813
* This is particular useful when integrating dropdown and datepicker whichs
814
814
* introduces custom input mode.
815
815
*
816
- * @see https://github.com/edmundhung/conform/tree/v0.4.0-pre.2 /packages/conform-react/README.md#usecontrolledinput
816
+ * @see https://github.com/edmundhung/conform/tree/v0.4.0-pre.3 /packages/conform-react/README.md#usecontrolledinput
817
817
*/
818
818
export function useControlledInput <
819
819
Element extends { focus : ( ) => void } = HTMLInputElement ,
0 commit comments