bonafideduck / react-highlight-within-textarea

React component for highlighting bits of text within a textarea
100 stars 13 forks source link

Infinite lag error on certain regex values #189

Closed wscourge closed 2 months ago

wscourge commented 2 months ago

It crashes (never re-renders) with the following:

  1. higlight={/^/g}
  2. anything without the /g flag
bonafideduck commented 2 months ago

@wscourge , thanks for the issue. I've pushed a fix. I'll hopefully create a new release this weekend.

wscourge commented 2 months ago

Thanks!