Axios post in React front end leading to error when posting to MailerLite

后端 未结 0 552
一向
一向 2020-12-18 17:18

I have the following component:

const WaitingListComponent = () => {

  const [email, setEmail] = useState(\'\')

  const onSubmit = (e) => {

    e.pre         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题