Summary
My code is literally this inside some boilerplate HTML:
<div id="editor"></div>
<script type="module">
import { ink } from 'https://esm.sh/ink-mde@0.22.0';
ink(document.getElementById('editor')!);
</script>
This results in the following error:

Summary
My code is literally this inside some boilerplate HTML:
This results in the following error: