Skip to content

#151 display a warning when widget is undefined

Matthieu Fesselier requested to merge bugfix/151-no-undefined-widget into master

To test it, in examples/widget.html, you can:

  • change the name of a widget (ie l.30)
  • change the name of the widget-attribute (ie l.55) It should return an error when the widget we call is not defined.

Should it return an error in this case too?

<sib-displaayy></sib-displaayy>
Edited by Clément

Merge request reports