mdx-editor / mdx-editor/editor
Circular dependencies
@petyosi is already working on this.
Since Nov 10, 2023.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.