ember-fastboot / ember-fastboot/ember-cli-fastboot
(Needlessly) Escaped content in the Shoebox
Open
- Dominant language
- JavaScript
- Stars
- 850
- Forks
- 161
- Avg merge
- 17h 45m
- Merged PRs (30d)
- 19
Description
SimpleDOM [escapes](https://github.com/ember-fastboot/simple-dom/blob/80ecb549cee039de4977257e0e946c21734bf4b6/lib/simple-dom/html-serializer.js#L46-L57) all text node content. If the shoebox has a string with an `&`, `<`, or `>` it will appear as escaped text on the client side when it is retrieved from the shoebox.
For example, putting `{ category: "R&B" }` into the Shoebox will be retrieved as `{ category: "R&B" }`.
Contributor guide
Assessment
This issue has not been assessed yet.