If the radio custom element definition is included before the combo definition, the following errors is logged in the console:
Uncaught TypeError: (0 , n(...).default) is not a function
at Object.96 (combo-box.js:8)
at t (widget-core.js:8)
at window.dojoWebpackJsonp_dojo2_custom_element_showcase (widget-core.js:8)
at window.dojoWebpackJsonp_dojo2_custom_element_showcase (widget-core.js:8)
at combo-box.js:8
96 @ combo-box.js:8
t @ widget-core.js:8
window.dojoWebpackJsonp_dojo2_custom_element_showcase @ widget-core.js:8
window.dojoWebpackJsonp_dojo2_custom_element_showcase @ widget-core.js:8
(anonymous) @ combo-box.js:8
The same occurs with many other combinations of elements. Changing the order resolves the errors
If the
radio
custom element definition is included before thecombo
definition, the following errors is logged in the console:The same occurs with many other combinations of elements. Changing the order resolves the errors