ember-fastboot / ember-fastboot/ember-cli-fastboot

(Needlessly) Escaped content in the Shoebox

Open
#813 1 comment 3 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.