Update script tags to take any attribute.
Now you can add any attribute to script tags. For example:
<HTMLDocument scripts={[{ src: '/scripts/main.js', crossOrigin: 'anonymous' }]}/>
Now you can add any attribute to script tags. For example:
<HTMLDocument scripts={[{ src: '/scripts/main.js', crossOrigin: 'anonymous' }]}/>