使用ReactJS的脚本标记中的自定义属性

时间:2018-03-02 19:42:54

标签: javascript reactjs gatsby

我正在尝试将此<script>标记添加到我的React代码中:

<script
    src="mySource"
    sp-form-id="LongString"
  />

但是当我检查元素时,sp-form-id属性不存在:

enter image description here

它向我显示了这个错误:

index.js:2177 Warning: Unknown prop `sp-form-id` on <script> tag. Remove this prop from the element.

但是,正如我所知,使用React 16这不会是一个问题,它应该仍然添加自定义道具。

如何将该属性添加到<script>代码?

0 个答案:

没有答案