-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
With enableLinks global option set to true and a simple data example such as :
let data = [
{
text: 'Parent 1',
href: 'test',
nodes: [
{
text: 'Child 1',
href: 'test1',
},
{
text: 'Child 2',
},
],
},
{
text: 'Parent 2',
},
];
In the resulting HTML <a>'s there are no href attributes.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels