Howard Shelburne

Results 1 comments of Howard Shelburne

Not sure of your exact requirements, but playing around with `renderNodeText` I've managed to format my text like this: ``` renderNodeText={data => { console.log(data) return ( {data.title} {data.company} {data.name} )...