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
{{ message }}
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
Based on #462 the onElementLinkClick() method is inconsistent when minim Element is used as input as it returns refract serialization as the second argument.
opichals
changed the title
Attributes.onElementLinkClick should receive minim element
Attributes#onElementLinkClick should receive minim element
Jul 16, 2018
In order for the internally rendered link tags to be consistent with the application it is being used in (e.g. to contain proper href attribute value or to have application-provided onClick handler), the interface could be changed so that optionally a data structure link renderer function is passed in (currently the is a hard-coded ParentInfoLink component).
Based on #462 the onElementLinkClick() method is inconsistent when minim Element is used as input as it returns refract serialization as the second argument.
The text was updated successfully, but these errors were encountered: