Skip to content

0.1.0 Alpha13

Pre-release
Pre-release
Compare
Choose a tag to compare
@mwalbeck mwalbeck released this 20 Jun 12:39
· 44 commits to main since this release
f7b389e
fix: extraction of events (#37)

We did unnecessary slice the data object before mapping. The higher parent array has its first element used for classifing the rest of the data like 'vevent'. But we dont need it here. Simply removing slice(1) restored the behavior and all events are showing as expected. 🚀