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
The text was updated successfully, but these errors were encountered:
musaffa
changed the title
Block component with Angle Bracket syntax doesn't work
Multiline Block component with Angle Bracket syntax doesn't work
Apr 13, 2019
Component invocation without Angle Bracket works:
Invocation with Angle Bracket syntax doesn't work:
% ImageCropper [ @source=this.previewSrc @options=@options ] as |cropper| = cropper.on 'crop' action=(action 'crop')
But if I make it a single line, then it compiles without an issue:
% ImageCropper @source=this.previewSrc @options=@options as |cropper| = cropper.on 'crop' action=(action 'crop')
The text was updated successfully, but these errors were encountered: