Closed lifeart closed 3 years ago
given:
<button {{did-insert (fn this.handleInsert "someProp")}}</button >
expected behavour: handleInsert will be executed with ("someProp", Button, positional, named) arguments
handleInsert
("someProp", Button, positional, named)
current behavour: rendering fails with undefined is not a function
undefined
ref from https://github.com/glimmerjs/glimmer-vm/issues/1279
unable to reproduce issu in CI
given:
expected behavour:
handleInsert
will be executed with("someProp", Button, positional, named)
argumentscurrent behavour: rendering fails with
undefined
is not a functionref from https://github.com/glimmerjs/glimmer-vm/issues/1279