See this example: https://codesandbox.io/s/7j2njo9l2q. ```js searchWords={["e"]} textToHighlight="sleep" activeIndex={0} ``` highlights both `ee` instead of just the first `e`. With `activeIndex={1}` nothing gets highlighted.