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

React 16 support #31

Closed DrGor closed 7 years ago

DrGor commented 7 years ago

Is react 16 supported ? If yes, then could you please update the peerDependencies for package.json ?

bvaughn commented 7 years ago

Give it a shot and see. Shoot me a PR with the peer deps bump if it works. :)

On Aug 6, 2017 4:04 PM, "DrGor" notifications@github.com wrote:

Is react 16 supported ? If yes, then could you please update the peerDependencies for package.json ?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/bvaughn/react-highlight-words/issues/31, or mute the thread https://github.com/notifications/unsubscribe-auth/AABznbJ9IWiCkXjjy-OFrvaP9wG0AzpRks5sVkZ8gaJpZM4Ou3k0 .

DrGor commented 7 years ago

Works like a charm. https://github.com/bvaughn/react-highlight-words/pull/32

Kindly reminding that a new version needs to be generated if you accept it.

bvaughn commented 7 years ago

Kindly reminding that a new version needs to be generated if you accept it.

Yes 😉

Published as 0.8.1.

Thanks!