Skip to content

Avoid warning when using @children

Compare
Choose a tag to compare
@tochoromero tochoromero released this 18 Jan 11:29
· 51 commits to master since this release

If you use @children as a property level annotation in your custom elements, Aurelia logs a warning.
To get rid of the property you need to use @children as a class level annotation.