TypeError:无法读取null的属性'querySelector'

时间:2020-01-12 22:05:10

标签: reactjs material-ui gatsby

我已经尝试了一段时间以使其正常工作,但没有成功。我正在尝试在gatsby中使用material.iu,但是javascript元素却给了我一个null querySelector。我是React和Gatsby的新手,我不确定这是React问题还是Gatsby问题。 here is the error:

Here is the is listener being called. Everything in {37-41} is the html for the material module.

This is the instantiation of MDCSelect (MDCSelect is called in Component.js[![][3]] 4

1 个答案:

答案 0 :(得分:0)

这是行不通的,因为您实际上只是在JSX标记中添加了一个脚本标记。如果您绝对必须在gatsby站点上添加脚本标签,则可以通过查看使用静态文件夹或react-helmet的几种方法来实现。检查这两个链接,它们将为您提供帮助: