如何解决"无法阅读财产'锦标赛'未定义"在Next.js?

时间:2017-12-09 15:45:37

标签: javascript reactjs react-redux rxjs next.js

我正在使用React(Next.js)开发一个Web应用程序并使用Rxjs。当我点击网页的第一页并再次点击其他页面时。发生错误。

Error screen

我试着检查这样的道具。但它不起作用。我现在应该怎么做?提前谢谢

isLoad = () => {
    var ud = 'undefined'
    if (
        typeof this.props.tournament != ud &&
        typeof this.props.currentTournament != ud
    ) {
        return true
    } else {
        return false
    }
}

0 个答案:

没有答案