Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

{{EventRef}} macro has started throwing errors #176

Closed
chrisdavidmills opened this issue May 10, 2017 · 1 comment
Closed

{{EventRef}} macro has started throwing errors #176

chrisdavidmills opened this issue May 10, 2017 · 1 comment

Comments

@chrisdavidmills
Copy link
Contributor

For example see:

The error is

    1 | <div>{{EventRef}}{{SeeCompatTable}}</div>
-------------^
    2 | 
    3 | <div>

TypeError: ejs:1
 >> 1| <%
    2| // Event Sidebar
    3| //
    4| 

Cannot read property 'indexOf' of undefined
    at eval (eval at compile (/data/www/developer.mozilla.org/kuma/kumascript/node_modules/ejs/lib/ejs.js:491:12), <anonymous>:44:22)
    at returnedFn (/data/www/developer.mozilla.org/kuma/kumascript/node_modules/ejs/lib/ejs.js:520:17)
    at /data/www/developer.mozilla.org/kuma/kumascript/lib/kumascript/templates.js:69:30
escattone added a commit that referenced this issue May 10, 2017
Fix issue #176: 'events' property is required in Groupdata
@escattone
Copy link
Contributor

This is fixed via an MDN production push today at 11:26am PST. Thanks @chrisdavidmills and @Elchi3 !

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants