@@ -113,7 +113,7 @@ interface Form<Schema extends Record<string, any>> {
113113 * Returns properties required to hook into form events. 
114114 * Applied custom validation and define when error should be reported. 
115115 * 
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 
117117 */ 
118118export  function  useForm < Schema  extends  Record < string ,  any > > ( 
119119	config : FormConfig < Schema >  =  { } , 
@@ -410,7 +410,7 @@ export interface FieldsetConfig<Schema extends Record<string, any>> {
410410/** 
411411 * Returns all the information about the fieldset. 
412412 * 
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 
414414 */ 
415415export  function  useFieldset < Schema  extends  Record < string ,  any > > ( 
416416	ref : RefObject < HTMLFormElement  |  HTMLFieldSetElement > , 
@@ -633,7 +633,7 @@ type ListCommandPayload<
633633 * Returns a list of key and config, with a group of helpers 
634634 * configuring buttons for list manipulation 
635635 * 
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 
637637 */ 
638638export  function  useFieldList < Payload  =  any > ( 
639639	ref : RefObject < HTMLFormElement  |  HTMLFieldSetElement > , 
@@ -813,7 +813,7 @@ interface InputControl<Element extends { focus: () => void }> {
813813 * This is particular useful when integrating dropdown and datepicker whichs 
814814 * introduces custom input mode. 
815815 * 
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 
817817 */ 
818818export  function  useControlledInput < 
819819	Element  extends  {  focus : ( )  =>  void   }  =  HTMLInputElement , 
0 commit comments