jaspereira19

Results 1 comments of jaspereira19

Same doubt. However as workaround, I replaced the use of the function registerCustomFormioComponent by: ``` registerCustomTag(COMPONENT_OPTIONS.selector, injector); if (!customElements.get(COMPONENT_OPTIONS.selector)) { var complexCustomComponent = createCustomElement(UsersComponent, { injector: injector }); customElements.define(COMPONENT_OPTIONS.selector, complexCustomComponent);...