I changed posts to posts? and i've tested others solutions but nothing does working
我在Map上使用了&&,但没有任何效果,在useState上我添加了接口
它使用相同的json语法并且我已经修改了
useState([])
到
useState<Pulse[]>([])
I changed posts to posts? and i've tested others solutions but nothing does working
我在Map上使用了&&,但没有任何效果,在useState上我添加了接口
它使用相同的json语法并且我已经修改了
useState([])
到
useState<Pulse[]>([])
1条答案
按热度按时间wztqucjr1#
问题是
data.pulse.outputValue
是字符串,而不是数组。请检查浏览器中的响应:https://beacon.nist.gov/beacon/2.0/chain/last/pulse/last.map(...)
函数只能处理数组,不能处理字符串。