You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting this error when I try to use this library:
Error [ERR_REQUIRE_ESM]: require() of ES Module file:///home/xxx/git/lemmy-ui/node_modules/.pnpm/[email protected]/node_modules/mermaid/dist/mermaid.core.mjs not supported.
Instead change the require of file:///home/xxx/git/lemmy-ui/node_modules/.pnpm/[email protected]/node_modules/mermaid/dist/mermaid.core.mjs to a dynamic import() which is available in all CommonJS modules.
I should return to this library and ensure that it works properly for ESM :) I'll make a note to do that soon. Please ping me if I don't get to it by next Friday?
I'm getting this error when I try to use this library:
LemmyNet/lemmy-ui#2754
The text was updated successfully, but these errors were encountered: