You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've set a nonce via the described emotion cache prop route.
This is working just fine when developing with npm run develop.
The stylesheets are correctly receiving the nonce.
But when i do a npm run build and then npm run serve the plugin doesn't seem to work anymore.
My stylesheets now wont receive the nonce making my csp headers block the styling.
The text was updated successfully, but these errors were encountered:
I've set a nonce via the described emotion cache prop route.
This is working just fine when developing with
npm run develop
.The stylesheets are correctly receiving the nonce.
But when i do a
npm run build
and thennpm run serve
the plugin doesn't seem to work anymore.My stylesheets now wont receive the nonce making my csp headers block the styling.
The text was updated successfully, but these errors were encountered: