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
Just to let you know: I've changed this code to elementId which works and would have been better used in the first place. But I still think, that this regression shouldn't have happened.
@jnfingerle not that you have a work around do you still think this is work fixing and backporting the change to the 1.11.x version of Ember? I'm not sure there are plans for releases to 1.11 other than security releases.
It breaks semVer. From what I understand, that should not happen. Having said that, I don't have a problem with this any more, so I'm fine with closing it, which @rwjblue already did.
I'm using
in components to generate unique ids for my components' markup.
Boiled down into a jsbin, this works in 1.10: http://emberjs.jsbin.com/sunigalodi/1/edit?html,css,js,output
The same doesn't work in 1.11: http://emberjs.jsbin.com/sunigalodi/2/edit?html,css,js,output
(Just follow the Foo links.)
The text was updated successfully, but these errors were encountered: