mdx-editor / mdx-editor/editor

Circular dependencies

Open
#171 3 comments 0 reactions 1 assignee View on GitHub

@petyosi is already working on this.

Since Nov 10, 2023.

bug
Dominant language
TypeScript
Stars
3.7k
Forks
307
Avg merge
14h 22m
Merged PRs (30d)
5

Description

I got always "Circular dependencies"

  • rollup v2.77.0
  • @mdxeditor/editor 1.8.1

(!) Circular dependencies
node_modules/@mdxeditor/editor/dist/plugins/core/index.js -> node_modules/@mdxeditor/editor/dist/plugins/core/SharedHistoryPlugin.js -> node_modules/@mdxeditor/editor/dist/plugins/core/index.js
node_modules/@mdxeditor/editor/dist/plugins/image/index.js -> node_modules/@mdxeditor/editor/dist/plugins/image/ImageNode.js -> node_modules/@mdxeditor/editor/dist/plugins/image/ImageEditor.js -> node_modules/@mdxeditor/editor/dist/plugins/image/index.js
node_modules/@mdxeditor/editor/dist/plugins/image/ImageNode.js -> node_modules/@mdxeditor/editor/dist/plugins/image/ImageEditor.js -> node_modules/@mdxeditor/editor/dist/plugins/image/ImageNode.js
...and 9 more

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.