Ionaru / easy-markdown-editor

EasyMDE: A simple, beautiful, and embeddable JavaScript Markdown editor. Delightful editing for beginners and experts alike. Features built-in autosaving and spell checking.
https://stackblitz.com/edit/easymde
MIT License
2.31k stars 308 forks source link

"The specifier “easymde” was a bare specifier, but was not remapped to anything" #545

Open cybergrunge opened 1 year ago

cybergrunge commented 1 year ago

Hi, I have two projects that both import EasyMDE (v2.18.0) with a simple:

import EasyMDE from 'easymde'

One works perfectly, the other throws this in the console:

The specifier “easymde” was a bare specifier, but was not remapped to anything

I've spent the day on this, and cannot find a reason for this error.

Any idea of where I should investigate?