bvaughn/react-highlight-words

SyntaxError: Invalid regular expression: /?/: Nothing to repeat

Steven24K opened this issue · 1 comments

When I try to highlight a word that starts with "?" than it throws the following exception:
image

I don't know if this is a bug or that I am doing something wrong, but the issue seems to be in the npm package.

Check out the autoEscape prop mentioned in docs. Should fix things for you!