helior / react-highlighter

:high_brightness: Highlight text using React
MIT License
157 stars 42 forks source link

don't work it in nested Component and DOM? #62

Open behnammodi opened 6 years ago

behnammodi commented 6 years ago

ex:

<Highlight search={query}>
    <Para />
</Highlight>

<Para>
    <p>test test test test</p>
    <ul>
        <li>test</li>     
        <li>test</li>     
        <li>test</li>     
    </ul>
</Para>