是否可以${adv_event.title}
在react-structured-data
JSX 中使用地图数组数据 ( ) ?
我尝试添加反引号但没有成功: name: "`${adv_event.title}`",
尝试 1:
<Generic jsonldtype="event" schema={{
name: "${adv_event.title}",
description: "",
startDate: "YYYY-MM-DDT:HH:MM",
endDate: "YYYY-MM-DDT:HH:MM",
image: "",
}}>
错误:
296:31 警告意外的模板字符串表达式 no-template-curly-in-string