-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Description
When using the react-json-tree
in rollup I am getting the following warning regarding circular dependencies:
(!) Circular dependency
../node_modules/react-json-tree/lib/esm/JSONNode.js -> ../node_modules/react-json-tree/lib/esm/JSONObjectNode.js -> ../node_modules/react-json-tree/lib/esm/JSONNestedNode.js -> ../node_modules/react-json-tree/lib/esm/JSONNode.js
The modules should be refactored to avoid this circular dependency.
Metadata
Metadata
Assignees
Labels
No labels