Import JS library via script tag
A JS SDK library I need to use recommends importing a browser bundle by adding a script tag to index.html:
Can I add this to a route index.tsx for the page where I will use this SDK? And then, how do I import it and use functions from the SDK?
Can I add this to a route index.tsx for the page where I will use this SDK? And then, how do I import it and use functions from the SDK?
