mantrajs / mantra-dialogue

Discourse-style forum app using Meteor, React, and Mantra

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Post Page "Unexpected token P"

fpoirier1 opened this issue · comments

I get this error message when accessing the post page.

Uncaught SyntaxError: Unexpected token P

Seems like it is related with the template string. Am I missing something ?

I believe this is because the content is expecting a rich text JSON (using draft JS), but I didn't update the sample initial data.

If you create a new post, it should work. (We should update sample data.)