Closed wzalazar closed 7 years ago
Hi, I need help with this. This is my problem...
@decoratorClass export default class User { constructor(name) { this.name = name; } @decoratorMethod method() { console.log(this.name) //is undefined, why?? } }
I don't know if is a bug or is not supported yet. Thank' s.
There is likely a bug in whatever decoratorMethod is, so more info would be needed.
decoratorMethod
Sorry, I created unit test for this case and disappeared the issue. Thanks for all.
Hi, I need help with this. This is my problem...
I don't know if is a bug or is not supported yet. Thank' s.