Closed piotr-dajlido closed 5 years ago
bbCodeParser.parse(message);
results with :
ERROR Error: Uncaught (in promise): TypeError: text.replace is not a function TypeError: text.replace is not a function at parser.js:79 at Array.reduce () at BBCode.parse (parser.js:78)
My bad the message object wasn't a string;
bbCodeParser.parse(message);
results with :
ERROR Error: Uncaught (in promise): TypeError: text.replace is not a function TypeError: text.replace is not a function at parser.js:79 at Array.reduce ()
at BBCode.parse (parser.js:78)