yotamdahan
Results
1
comments of
yotamdahan
apparently 2 states confuses the plugin, I solved it by using only error state ``` const firstStep = () =>{ if(name === ""){ setErrors(true); } else{ setErrors(false); } } ```