We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce60903 commit d4d6726Copy full SHA for d4d6726
bin/cli.ts
@@ -95,17 +95,9 @@ const TRANSFORMER_INQUIRER_CHOICES = [
95
name: 'v7/update-register: Transforms register api from v6 to v7',
96
value: 'v7/update-register'
97
},
98
- {
99
- name: 'v7/update-register: Transforms register api from v6 to v7 (via context)',
100
- value: 'v7/update-register-context'
101
- },
102
{
103
name: 'v7/move-errors-to-formState: Move `errors` key to `formState` key',
104
value: 'v7/move-errors-to-formState'
105
106
107
- name: 'v7/move-errors-to-formState: Move `errors` key to `formState` key (via context)',
108
- value: 'v7/move-errors-to-formState-context'
109
}
110
];
111
0 commit comments