Highlight other component text
tarim opened this issue · 2 comments
tarim commented
Hi There,
I am trying to add Highlighter to "react-json-view" object. But, I am not sure it is possible or not. If it is, how we do it, please?
for example import ReactJson from 'react-json-view'; <ReactJson name='Request' iconStyle='square' collapsed='2' theme='grayscale:inverted' src={this.props.Request} />
Thank you.
bvaughn commented
Sorry. I don't know that component.
This sort of question should probably be asked on Stack Overflow 😄 Good luck though!
tarim commented
let me ask a different way, can I use Highlighter with another component result, please?
Thank you,