最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

reactjs - React - framework error Cannot read properties of undefined (reading 'split') - Stack Overflow

programmeradmin0浏览0评论

I've been trying to figure out the following error when running a react project I'm working on.

"Cannot read properties of undefined (reading 'split')"

The error appears when adding a async fetch to grab some data from an API.

Recently just adding the following code to allow cross origin data fetching causes the issue with no fetch. Not fetching data or anything. It's rather strange.

const agent = new Agent({
    connect: {
      rejectUnauthorized: false
    }
  });
  
setGlobalDispatcher(agent);

I'll continue to try and lock it down and append any information here as I can see it's a bit vague.

发布评论

评论列表(0)

  1. 暂无评论