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

Replace Deprecated substr with substring in Highlighter.js #114

Open baibhavx opened 10 months ago

baibhavx commented 10 months ago

Summary

This pull request revises Highlighter.js by substituting the outdated substr method with substring.

Tests