Open opterus opened 7 months ago
We have the nonce configured as part of the PrimeVue setup, but there are still many warnings.
They seem to come from a few places as seen in the screenshot.
https://stackblitz.com/edit/primevue-create-vue-issue-template-qkd4pt
3.50.0
3.x
TypeScript
Vue CLI App
No response
Use the reproducer, you will immediately see the console warning, also hovering over the button will produce another warning.
No warning or errors in the console
The nonce is configured like this:
app.use( PrimeVue, { ripple: true, csp: { nonce: " }, } );
Describe the bug
We have the nonce configured as part of the PrimeVue setup, but there are still many warnings.
They seem to come from a few places as seen in the screenshot.
Reproducer
https://stackblitz.com/edit/primevue-create-vue-issue-template-qkd4pt
PrimeVue version
3.50.0
Vue version
3.x
Language
TypeScript
Build / Runtime
Vue CLI App
Browser(s)
No response
Steps to reproduce the behavior
Use the reproducer, you will immediately see the console warning, also hovering over the button will produce another warning.
Expected behavior
No warning or errors in the console