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 was archived by the owner on Mar 11, 2026. It is now read-only.
Currently we have to specify an element for each event type innodeExtra. We should have a catch all key * which adds the element to every node. Something like:
{nodeExtra: {'*': <div>Will show for all</div>}}
We can fix this so that it is rendered before an event specific nodeExtra value.
Currently we have to specify an element for each event type in
nodeExtra. We should have a catch all key*which adds the element to every node. Something like:We can fix this so that it is rendered before an event specific
nodeExtravalue.