Frans de Jong
04/29/2024, 7:36 AMExtension of alias "My.PropertyEditorUi.Suggestions" did not succeed creating an element class instance via the extension manifest property 'https://localhost:44360/App_Plugins/Suggestions/dist/suggestions.js'. The imported Element JS file did not export a 'element' or 'default'. Alternatively define the 'elementName' in the manifest.
Is this something I'm doing wrong or is this the expected result?rickbutterfield
04/29/2024, 8:00 AM.element.ts
file should have something like this at the end...
ts
...
export default MySuggestionsPropertyEditorUIElement;
declare global...
alina
04/29/2024, 2:52 PMMark Drake
04/30/2024, 11:15 AMalina
04/30/2024, 1:51 PMMark Drake
04/30/2024, 2:00 PM