Hello All,
I was following the examples for creating a custom widget here and here including the Typescript setup instructions. When I try to load the widget however, I get the error:
Uncaught TypeError: HelloWorld is not a constructor
In comparing to the source for one of the View Live demos, I notice the JavaScript looks different than my compiled version. I'm assuming that this has to do with the version of TypeScript used or the target property in tsconfig.json but my experiments with different versions of TypeScript and target versions have been unsuccessful.
Can someone please help me with getting the examples in the User Guide to work?
Thanks!
--john