paypal / react-engine

a composite render engine for universal (isomorphic) express apps to render both plain react views and react-router views
Apache License 2.0
1.45k stars 130 forks source link

Converted from escape-html to jsesc #185

Closed cerebrl closed 7 years ago

cerebrl commented 7 years ago

The implementation of escape-html over-escapes some characters causing edge cases to break apps (issue 184). This PR changes the escaping tool to jsesc, which has a configuration option specifically for escaping within Githubissues.

  • Githubissues is a development platform for aggregating issues.