A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
I've created a Google Maps block for usage on my website.
At the top of the block I have something like this:
And then in my layout I have this:
This is working. However, Google recommends adding `async` and `defer` to the script tag for Google Maps, like so:
How can we instruct Episerver to inject async and defer attributes on the script tag which is output?