Skip to content

Having trouble starting a minimal example. #87

Description

@flatsiedatsie

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:

Screenshot 2024-05-15 at 20 10 24

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions