Describe the bug
If you want to style vertical lines spanning over time period longer than day providing custom class names then produced class name string is corrupted.
To Reproduce
If I'll return timeline-month class from verticalLineClassNamesForTime function I'll end up with vertical line element: <div class="rct-vltimeline-month"> instead of <div class="rct-vl timeline-month">
Expected behavior
Should concat class names as if I was styling vertical lines spanning over a day or shorter time period.
Library Versionreact-calendar-timeline@0.26.7
Desktop (please complete the following information):
Describe the bug If you want to style vertical lines spanning over time period longer than day providing custom class names then produced class name string is corrupted.
To Reproduce If I'll return
timeline-month
class fromverticalLineClassNamesForTime
function I'll end up with vertical line element:<div class="rct-vltimeline-month">
instead of<div class="rct-vl timeline-month">
Expected behavior Should concat class names as if I was styling vertical lines spanning over a day or shorter time period.
Library Version
react-calendar-timeline@0.26.7
Desktop (please complete the following information):
Additional context Fix: https://github.com/namespace-ee/react-calendar-timeline/pull/729