react-mentions icon indicating copy to clipboard operation
react-mentions copied to clipboard

Text Paste Error before typing in textarea

Open SirRatul opened this issue 2 years ago • 2 comments

Getting an error when trying to paste in the react mention text area before typing anything Uncaught TypeError: Cannot read properties of undefined (reading 'length') at iterateMentionsMarkup (react-mentions.esm.js:111:1) at mapPlainTextIndex (react-mentions.esm.js:166:1) at MentionsInput.handlePaste (react-mentions.esm.js:1958:1) image

SirRatul avatar Nov 01 '23 07:11 SirRatul

in my case this is happened because the default value is undefined, i have tried to change the default value to empty string. it's works

hilmanfjrsy avatar Nov 10 '23 08:11 hilmanfjrsy