Converted content is shown as plain html when inserted in render function
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 325
- Forks
- 139
- PR merge metrics
- No merged PRs in 30d
Description
Hi
When you insert the html in the render function like so:
render() {
return (
}
its shown on page with html tags. It doesn't get parsed. What am I missing?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the render() example with the converted markup value in the repository's frontend usage. Check how the returned content is interpreted and compare the displayed result with the expected rendered HTML. Done means the example's markup renders as HTML elements rather than visible tags.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100