I'm getting this error: Can't perform a React state update on an unmounted component. But I don't know what to do

前端 未结 0 1183
北恋
北恋 2021-01-28 03:23

This is my useEffect Function:

    async function getURL() {
      if (Produtos !== null) {
        const prod = [];
        for (const i of Produtos) {
                  


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