Whenever we have an error, in addition to console logging the error, display it with a new component.
For example, when there is a problem with "Example" compiler.
*note: In "Example" need to add an error when the root of the example is not the current component.
Actually, we should support examples not stating with current component, for example, a component like CardBody which has meaning only inside Card, Or a special table row that has meaning only inside a table. @Tzook
Whenever we have an error, in addition to console logging the error, display it with a new component. For example, when there is a problem with "Example" compiler. *note: In "Example" need to add an error when the root of the example is not the current component.