Open vcarl opened 5 years ago
Been beating my head against this since opening the issue, am not sure what a fix is. I'm flat not able to get this package to work, I'm curious if there's a workaround I'm not seeing.
There's a confluence that makes this hard to fix: React doesn't support top-level dangerouslySetInnerHTML
, and <meta>
tags can't be nested within another tag. Drawing a blank on any other ways to ensure this property doesn't get escaped.
Hi, I'm getting the same issue with the ' in the ' ' place.... any news about this issue?
A production build puts the following in my
head
, as seen in curl:The
'
s are being escaped to'
, which is breaking the CSP. It looks like createElement is escaping the HTML entities, so this meta tag might need to be constructed a different way.