-
Notifications
You must be signed in to change notification settings - Fork 0
New Lines Are Ignored in Skill Reviews #76
Copy link
Copy link
Open
Description
Currently, the home page displays the five most recently posted Skill Reviews. However, it fails to take into account newlines in the review text it gets from the API (\n). It ignored them and renders the whole review on a single line. This should be fixed, and \n characters should cause the following text to be displayed on a new line.
This has some good suggestions on how to go about doing this.
A similar issue may be encountered when addressing #75, so care should be taken to avoid duplicated effort. Perhaps making a MultLineText component would be appropriate, as suggested in the above link.
Reactions are currently unavailable