After Interactive Strategy
This strategy will allow you to load the script when full document is loaded/interactive
For example
function HomePage() {
useScript({
id: 'INSTAGRAM-01',
strategy: ScriptStrategy.AFTER_INTERACTIVE,
src: 'https://www.instagram.com/embed.js'
});
return <HomePageTemplate/>;
}