Ember.js: {{action}} helper doesn't allow for dynamic actions name - ember 1.13

Created on 16 Jun 2015  ·  4Comments  ·  Source: emberjs/ember.js

After update ember to 1.13 is problem with dynamic action name in component template.

error from console:
"You specified a quoteless path to the {{action}} helper which did not resolve to an action name (a string)"

Most helpful comment

In case anyone stumbles onto this same issue, double check if your initial action variable isn't being initialized to null. In my case, setting it to an empty string was enough to allow the renderer to proceed.

All 4 comments

"You specified a quoteless path to the {{action}} helper which did not resolve to an action name (a string)"

what did it resolve to?

Closing this, as it is not enough to reproduce and seems to have stalled.

In case anyone stumbles onto this same issue, double check if your initial action variable isn't being initialized to null. In my case, setting it to an empty string was enough to allow the renderer to proceed.

thanks a lot @fzdvincent. That worked.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

chancancode picture chancancode  ·  63Comments

MelSumner picture MelSumner  ·  33Comments

fivetanley picture fivetanley  ·  44Comments

QuantumKing picture QuantumKing  ·  33Comments

workmanw picture workmanw  ·  79Comments