【发布时间】:2019-10-23 16:37:39
【问题描述】:
当我将itemscope itemtype="http://schema.org/Product" 添加到h1 时,我收到此错误:
类型'{孩子:字符串;项目范围:真;项目类型:字符串; }' 不是 可分配给类型 'DetailedHTMLProps
, HTMLHeadingElement>'。类型上不存在属性“itemscope” 'DetailedHTMLProps , HTMLHeadingElement>'
<h1 itemscope itemtype="http://schema.org/Product">Amasia</h1>
如何在 React+Typescript 中使用微数据?
【问题讨论】:
-
React itself supports this, as of version 16。看来问题在于 TypeScript 定义。
标签: reactjs typescript microdata