react-hook-form / codemod

Migrate React Hook Form V6 to V7 made simple.
MIT License
26 stars 7 forks source link

No changes, all files with NOC status #10

Closed ViieeS closed 2 years ago

ViieeS commented 3 years ago

Describe the bug No changes in TS components all files with NOC status.

Example:

import {CustomInput, FormGroup, Label} from 'reactstrap';
// ...
<FormGroup>
            <CustomInput
              type="checkbox"
              name="setCustomFeature"
              id="setCustomFeature"
              label={
                <input
                  type="text"
                  name="reason.custom_feature"
                  className="custom-input-undeline"
                  placeholder="Custom feature"
                  ref={register}
                />
              }
              innerRef={register}/>
          </FormGroup>

Output:

All done. 
Results: 
0 errors
459 unmodified
0 skipped
0 ok
jorisre commented 2 years ago

Thanks for reporting. Can you share the whole component please?

jorisre commented 2 years ago

Related to https://github.com/react-hook-form/codemod/issues/9