-
Notifications
You must be signed in to change notification settings - Fork 29.2k
Closed
Labels
Script (next/script)Related to Next.js Script Optimization.Related to Next.js Script Optimization.
Description
What version of Next.js are you using?
11.0.0
What version of Node.js are you using?
14.17.0
What browser are you using?
Chrome
What operating system are you using?
macOS
How are you deploying your application?
next start
Describe the Bug
When I try to add next/script into "_document" or "_app" files calling a inline alert function, don't work using beforeInteractive strategy, but when I don't explicitly inform a strategy value, it works.
Expected Behavior
Should work with beforeInteractive strategy inside _document.js or _app.js.
To Reproduce
Just add <Script strategy="beforeInteractive">{`alert('Not work')`}</Script>
to _document.js or _app.js, and try to run with next build && next start
.
zmarty, durdenx, chentsulin and meotimdihia
Metadata
Metadata
Assignees
Labels
Script (next/script)Related to Next.js Script Optimization.Related to Next.js Script Optimization.