DasRed / js-bbcode-parser

24 stars 7 forks source link

Angular 7 #3

Closed piotr-dajlido closed 5 years ago

piotr-dajlido commented 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)

piotr-dajlido commented 5 years ago

My bad the message object wasn't a string;