You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw that in the latest release (v1.0.0-rc.3), the merging of metadata events and the event getter was removed.
This change is breaking the Web Components for React wrapper because we are heavily relying in the events metadata.
Example
The Dialog has no events defined, because events like onBeforeClose are defined in the Popup.
As the events are not merged any longer, the dialog metadata is not containing any events.
--> our wrapper can't bind them because they are "invisible" for us
Is there a specific reason why this logic was removed and can you bring it back?
Thanks,
Marcus
The text was updated successfully, but these errors were encountered:
no specific reason other than it was not used internally and we were
not aware that you depend on it, sorry for that, we will get the events info in the metadata.
Hi,
I saw that in the latest release (v1.0.0-rc.3), the merging of metadata events and the event getter was removed.
This change is breaking the Web Components for React wrapper because we are heavily relying in the events metadata.
Example
The
Dialog
has no events defined, because events likeonBeforeClose
are defined in thePopup
.As the events are not merged any longer, the dialog metadata is not containing any events.
--> our wrapper can't bind them because they are "invisible" for us
Is there a specific reason why this logic was removed and can you bring it back?
Thanks,
Marcus
The text was updated successfully, but these errors were encountered: