-
-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Describe the bug
I set up the module on a nuxt project in 'init' mode and I can see this in production
window._$delayHydration.then(e => { ;([]).forEach(s => { const script = document.createElement('script'); Object.entries(s).forEach(([k, v]) => script.setAttribute(k, v)); document.body.appendChild(script); }) });I'm a bit shocked by the empty array in there because that means the script is trying to delay... nothing. Am I missing something?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels