Svelte Component Not Reactive When Using Global Script

I’m using SvelteKit to build an app, and I import an external script (Apple’s MapKit JS) in my app.html like this: <script src="https://cdn.apple-mapkit.com/mk/5.72.88/mapkit.js"></script&gt; I then have a Map.svelte component that loads a point on a map using my own Airport object. I have omitted extra details that aren’t relevant with …: // === Map.svelte ===… Read More Svelte Component Not Reactive When Using Global Script