c-hive / dotdev

Next.js SPA professional website template for teams and individuals: https://c-hive.github.io/dotdev/
MIT License
0 stars 1 forks source link

Bump @c-hive/team-contribution-calender to latest #104

Closed gomorizsolt closed 4 years ago

gomorizsolt commented 4 years ago

Issue #99.

gomorizsolt commented 4 years ago

As a side note, I was thinking about setting a default value(i.e. empty arrays) to the users:

https://github.com/c-hive/dotdev/blob/e1fd40f11bbdad8f8bb44a5ecb06b170236108a3/src/components/TeamContributionCalendarDisplayer/TeamContributionCalendarDisplayer.js#L18-L24

But I'd rather let the app crash if the user arrays are in the wrong format (tcc will certainly raise an error in such cases, see https://github.com/c-hive/team-contribution-calendar/pull/66). Let's discuss if needed.