Skip to content

Not delaying anything? #60

@Tofandel

Description

@Tofandel

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions