Consider this markup:
<MyComponent> This is ChildContent</MyComponent>It is all fine if MyComponent actually supports ChildContent, if not by default user/dev will be notified about this fact in runtime.
How to disable it, so it will become compile error?