@edL I see withPluginApi
in your backtrace - are you trying to use the hbs
compiler inside a theme <script>
tag? Unfortunately the widget handlebars compiler doesn’t work in that scenario.
You need to define the widget in a separate module using the import
statements which @joffreyjaffeux included above. You can do that in a theme using the multi-file javascript support.