You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: Cannot read property 'length' of undefined
at TransFormDotComponentInvocation._isMulipartPath (VM151 ember-template-compiler.js:14387)
at TransFormDotComponentInvocation._isInlineInvocation (VM151 ember-template-compiler.js:14391)
at MustacheStatement (VM151 ember-template-compiler.js:14416)
at visitNode (VM151 ember-template-compiler.js:2753)
at visitKey (VM151 ember-template-compiler.js:2791)
at visitNode (VM151 ember-template-compiler.js:2767)
at visitArray (VM151 ember-template-compiler.js:2805)
at visitKey (VM151 ember-template-compiler.js:2789)
at visitNode (VM151 ember-template-compiler.js:2767)
at visitArray (VM151 ember-template-compiler.js:2805)
A BooleanLiteral has no parts, so the following template was raising
an issue: `<input disabled={{true}} />`.
Also happens with integers and other literals.
Closesemberjs#15217Closesemberjs#15740
With the following mustache:
This is thrown:
This works up through 2.12, but breaks in 2.13.
Twiddle
The text was updated successfully, but these errors were encountered: