pmuens / discuss

100% serverless forum software (Technologies used: Serverless, DynamoDB, ES2015, React, Redux, Node.js, GraphQL)
118 stars 21 forks source link

Fix bug for new lines in posts #24

Closed xndrdev closed 8 years ago

xndrdev commented 8 years ago

The server won't save the posts if there are \n characters. So they have to be replaced with
to render the new lines in the frontend.

Also add an "auto resize" package for the text area.

pmuens commented 8 years ago

Thanks!