Hello @DevAntonioRogers, I need your guidance on the below issue due to errors of "fieldState" from the form/ui component in the ShadCN UI library.
Tried to implement step-one.tsx file as it is from your repository with minor modifications. See the below image, Once click on the Continue button, it does not go to the next and also I see the warning in the browser below :
Warning: React does not recognize theformStateprop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercaseformstateinstead. If you accidentally passed it from a parent component, remove it from the DOM element.
Hello @DevAntonioRogers, I need your guidance on the below issue due to errors of "fieldState" from the form/ui component in the ShadCN UI library.
Tried to implement step-one.tsx file as it is from your repository with minor modifications. See the below image, Once click on the Continue button, it does not go to the next and also I see the warning in the browser below :
Warning: React does not recognize the
formStateprop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase
formstateinstead. If you accidentally passed it from a parent component, remove it from the DOM element.
multi-step-form.tsx
step-one.tsx:
How to overcome this bug or issue to implement it further, I want to go to the next page but am not able to go due to this error.
Looking forward to knowing your thoughts on this, Thanks.