Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

Add a * option to nodeExtra #44

Description

@kirangadhave

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions