emberjs / ember-render-modifiers

Implements did-insert / did-update / will-destroy modifiers for emberjs/rfcs#415
MIT License
86 stars 33 forks source link

Undefined is not a function (modifier handing) #34

Closed lifeart closed 3 years ago

lifeart commented 3 years ago

given:

<button {{did-insert (fn this.handleInsert "someProp")}}</button >

expected behavour: handleInsert will be executed with ("someProp", Button, positional, named) arguments

current behavour: rendering fails with undefined is not a function

ref from https://github.com/glimmerjs/glimmer-vm/issues/1279

lifeart commented 3 years ago

unable to reproduce issu in CI