netzwerg / react-svg-timeline

React event timeline component based on SVG
Other
93 stars 26 forks source link

Remove circular dependencies #85

Closed netzwerg closed 2 years ago

netzwerg commented 2 years ago

Listed upon yarn start:

Circular dependency: src/Timeline.js -> src/hooks/index.js -> src/hooks/useZoom.js -> src/index.js -> src/Timeline.js
Circular dependency: src/hooks/index.js -> src/hooks/useZoom.js -> src/index.js -> src/layers/interaction/index.js -> src/layers/interaction/Interaction.js -> src/hooks/index.js

Most likely caused by pseudo-encapsulation via index files