Daniel Dorobantu

Results 2 issues of Daniel Dorobantu

Stumbled across react-highlight-words library and noticed that when I add "[" character, it breaks the whole app. This PR should fix both packages. ![image](https://user-images.githubusercontent.com/21077089/221176622-6463d247-db4b-4ac4-992d-871f7eadf88d.png) ![image](https://user-images.githubusercontent.com/21077089/221177024-50c37847-3ccf-4dc1-ab46-40f07f9b641a.png)

The demo website was crashing when you typed _[_ into **Search terms** box. Had a discussion with [bvaughn](https://github.com/bvaughn) about setting the **autoEscape** param to **true** on highlight-words-core package, but as...