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.18k stars 171 forks source link

Problems with React 16 #88

Closed lucataglia closed 1 year ago

lucataglia commented 5 years ago

I try to use your demo and I saw that if I insert as searchWords a string that starts with * an error is printed into the console but the page remains up and running. Updating your demo with React 16 the same interaction cause a blank page.

React Version:

"react": "^16.8.4",
"react-dom": "^16.8.4",