You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 14, 2022. It is now read-only.
Currently date in EventPreview is a string. It's up to the consumer of EventPreview to figure out a meaningful string representation of start and end dates. To create some more flexibility in how start and end dates are presented to the user, date should be of type node, not string. Then you could come up with your own custom component that represents event dates.