➕ (dep-add) add library for better handling form
Adding the react-hook-form library for better form handling than React's built-in state management, which often renders every time input is entered.
This commit is contained in:
@ -14,7 +14,7 @@ const Provision = ({ fullName }: Props) => {
|
||||
<p className="text-sm text-center font-light text-neutral-300 mt-2">
|
||||
Just a few more steps to join the fun!
|
||||
</p>
|
||||
<ProvisionInput />
|
||||
<ProvisionInput fullname={fullName} />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user