gpt4 book ai didi

reactjs - 如何使用 React + Typescript 嵌入 YouTube iframe?

转载 作者:搜寻专家 更新时间:2023-10-30 21:01:00 25 4
gpt4 key购买 nike

Typescript 似乎对我不利。这是我要嵌入的内容:

<iframe 
width="560"
height="315"
src="https://www.youtube.com/embed/BLAH?showinfo=0"
frameBorder="0"
allow="autoplay; encrypted-media"
allowFullScreen></iframe>

问题是 allow 属性:

TS2339: Property 'allow' does not exist on type 'DetailedHTMLProps<IframeHTMLAttributes<HTMLIFrameElement>, HTMLIFrameElement>'.

...这是真的,它不在 index.d.ts 中。我如何强制添加此属性,或以某种方式将 iframe 转换为任何类型等?

最佳答案

答案是将属性从 allow 更改为 data-allow

关于reactjs - 如何使用 React + Typescript 嵌入 YouTube iframe?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48592600/

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