cgTeate / Hype-Heads

A full-stack e-commerce website for sellers to auction trending sneakers and apparel using SpringBoot and NextJS
0 stars 1 forks source link

Change seller reg component #30

Closed cgTeate closed 1 year ago

cgTeate commented 1 year ago

Used Formik components to create a validation registration form. The reason behind the client API sending undefined data in the post request was due to the "axios.post" method, for future reference the "fetch" method works.