gpt4 book ai didi

javascript - 类型 'srcset' 上不存在属性 'DetailedHTMLProps, HTMLImageElement>'

转载 作者:行者123 更新时间:2023-12-03 07:25:28 24 4
gpt4 key购买 nike

有人可以帮助解决 TypeScript 错误吗:

Property 'srcset' does not exist on type 'DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>'.

我不知道出了什么问题。我也试过这个解决方案,但没有结果:

declare global {
namespace JSX {
interface IntrinsicElements {
srcset: React.DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>
}
}
}

最佳答案

解决方案是使用srcSet代替srcset -> Why is React.js removing the srcset tag on <img />?

关于javascript - 类型 'srcset' 上不存在属性 'DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57080728/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com