【问题标题】:`Exception in template helper: TypeError: Cannot read property 'undefined' of undefined`模板助手中的异常:TypeError:无法读取未定义的属性“未定义”
【发布时间】:2015-08-13 11:35:20
【问题描述】:

我使用 Telescope 创建了一个站点,但是在加载时,我在浏览器控制台中收到了此 错误消息。如何解决此错误。

Exception in template helper: TypeError: Cannot read property 'undefined' of undefined
    at Object.Template.avatar.helpers.size (http://localhost:3000/packages/utilities_avatar.js?76304dc56cbb0aaaef4d60c3d930750cea5ac835:96:37)
    at bindDataContext (http://localhost:3000/packages/blaze.js?a5c324925e5f6e800a4c618d71caf2848b53bf51:2880:16)
    at Blaze._wrapCatchingExceptions (http://localhost:3000/packages/blaze.js?a5c324925e5f6e800a4c618d71caf2848b53bf51:1651:16)
    at http://localhost:3000/packages/blaze.js?a5c324925e5f6e800a4c618d71caf2848b53bf51:2928:66
    at Function.Template._withTemplateInstanceFunc (http://localhost:3000/packages/blaze.js?a5c324925e5f6e800a4c618d71caf2848b53bf51:3476:12)
    at wrapHelper (http://localhost:3000/packages/blaze.js?a5c324925e5f6e800a4c618d71caf2848b53bf51:2927:27)
    at Spacebars.call (http://localhost:3000/packages/spacebars.js?7bafbe05ec09b6bbb6a3b276537e4995ab298a2f:172:18)
    at Spacebars.mustacheImpl (http://localhost:3000/packages/spacebars.js?7bafbe05ec09b6bbb6a3b276537e4995ab298a2f:109:25)
    at Object.Spacebars.mustache (http://localhost:3000/packages/spacebars.js?7bafbe05ec09b6bbb6a3b276537e4995ab298a2f:113:39)
    at Template.avatar.HTML.DIV.class (http://localhost:3000/packages/utilities_avatar.js?76304dc56cbb0aaaef4d60c3d930750cea5ac835:48:82)

【问题讨论】:

    标签: meteor telescope


    【解决方案1】:

    这里是您问题的答案:Stack-link 阅读有关保护的信息,由于缺少变量/键/方法而出现的问题,因为它尚未加载。它主要是因为它被加载了,但除非它涉及到 webbrowser,否则您会收到此错误消息。

    【讨论】:

      【解决方案2】:

      浏览您的应用并仔细查看模板的名称和助手、事件。可能 Template.yourtemplate.helperTemplate.yourtemplate.event 不等于您的 HTML 模板名称

      【讨论】:

        猜你喜欢
        • 2019-01-25
        • 2018-12-04
        • 1970-01-01
        • 1970-01-01
        • 2014-11-03
        • 1970-01-01
        • 1970-01-01
        • 2018-03-02
        • 1970-01-01
        相关资源
        最近更新 更多