我正在使用react-owl-carousel包,但是当我刷新页面时,它会抛出一个错误,上面写着“没有定义窗口”,所以这是正确的。模块试图在加载页之前访问窗口对象。我试着使用React.lazy,但是它不起作用,我的页面抛出了另一个错误,reactdomserver does not yet support suspense说(我试图更改next.config.js问题是我需要这样的东西
import OwlCarousel from "react-owl-carous
我创建了hello world GatsbyJS应用程序,然后添加了typescript插件,立即得到错误消息"React is not defined“。我完成了添加"import * as React from‘react’“的步骤;但在/cache/app.js中仍然抛出了相同的错误。我不确定下一步该怎么做。Hello world GatsybyJS:https://www.gatsbyjs.org/tutori