-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Unhandled Rejection (SyntaxError): Invalid regular expression: /?/: Nothing to repeat
strategy
C:/dev/sentiment-analysis-jg/frontend/src/components/TextArea.js:39
36 | }
37 | compositeData.push({
38 | strategy: (contentBlock, callback) => {
> 39 | if (contentBlock.getText().search(data[i].text) !== -1) {
| ^ 40 | callback(contentBlock.getText().search(data[i].text), contentBlock.getText().search(data[i].text) + data[i].text.length);
41 | }
42 | },
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working