File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ export class FormStore {
138
138
if ( process . env . NODE_ENV !== 'production' && ! this . formHooked ) {
139
139
warning (
140
140
false ,
141
- 'Instance created by `useForm` is not connect to any Form element. Forget to pass `form` prop?' ,
141
+ 'Instance created by `useForm` is not connected to any Form element. Forget to pass `form` prop?' ,
142
142
) ;
143
143
}
144
144
} ;
Original file line number Diff line number Diff line change @@ -660,7 +660,7 @@ describe('Form.Basic', () => {
660
660
mount ( < Test /> ) ;
661
661
662
662
expect ( errorSpy ) . toHaveBeenCalledWith (
663
- 'Warning: Instance created by `useForm` is not connect to any Form element. Forget to pass `form` prop?' ,
663
+ 'Warning: Instance created by `useForm` is not connected to any Form element. Forget to pass `form` prop?' ,
664
664
) ;
665
665
errorSpy . mockRestore ( ) ;
666
666
} ) ;
You can’t perform that action at this time.
0 commit comments