bvaughn / react-highlight-words

React component to highlight words within a larger body of text
https://bvaughn.github.io/react-highlight-words/
MIT License
2.16k stars 170 forks source link

Error when using the provided example #48

Closed sockol closed 6 years ago

sockol commented 6 years ago

My mistake - resolved by changing "searchWords" prop into an array

<Highlighter highlightClassName='YourHighlightClass' searchWords={['and', 'or', 'the']} autoEscape={true} textToHighlight="The dog is chasing the cat. Or perhaps they're just playing?" />

bvaughn commented 6 years ago

Must be. Works fine for me: https://codesandbox.io/s/5v8yqoxv7k

I'm afraid I can't help with the limited info provided.