TypeError:undefined is not an object(evaluating'e.posters.thumbnail')
This error is located at:
in t
inRCTView
int RCTSrollView
int ScrollView
弄了半天发现是其中请求json的地址有问题,返回的json不能用了,自己重新找个地址就好了
本文介绍了在使用React过程中遇到TypeError的具体原因及解决办法。错误源于请求的JSON地址问题导致的数据结构异常,通过更换请求地址成功解决了该问题。
TypeError:undefined is not an object(evaluating'e.posters.thumbnail')
This error is located at:
in t
inRCTView
int RCTSrollView
int ScrollView
弄了半天发现是其中请求json的地址有问题,返回的json不能用了,自己重新找个地址就好了

被折叠的 条评论
为什么被折叠?