react-svg-timeline icon indicating copy to clipboard operation
react-svg-timeline copied to clipboard

Allow usage of built-in Layers outside of Timeline

Open vedmakk opened this issue 2 years ago • 0 comments

Currently there is a dependency with the timelines theme provider that causes built-in layers that depend on the theme (like Interaction) to break when they are used outside of the react-svg-timeline (e.g. in a nivo component).

See usage of "useCursorStyle()" or "useZoomRangeStyle()" in MouseCursor.tsx.

vedmakk avatar Sep 01 '23 13:09 vedmakk