-
Couldn't load subscription status.
- Fork 679
Open
Description
Some things I noticed when trying the 0.30 beta:
- When building an app with vite the css import doesn't work:
import 'react-calendar-timeline/lib/Timeline.css'it needs to be changed to:
import 'react-calendar-timeline/dist/style.css';- The defaultTimeStart and defaultTimeEnd props are hardcoded to number which gives a type error when using Moment as a date type. (I tried to use unix timestamps but this broke the timeline, so there might be another bug)
Metadata
Metadata
Assignees
Labels
No labels