Closed alexeuler closed 7 years ago
@alleycat-at-git Is this fixed with the updates to egghead-ui
?
Closing as the card components have moved out of egghead-ui and into egghead-rails, since they were prematurely promoted to egghead-ui (they are not used across egghead projects).
1) PropTypes now are not working as expected.
Example:
I had to specify the
progress
prop, because o/w the code was throwing exceptions and didn't render. To figure out the cause of this exceptions, I had to dig through the source code ofegghead-ui
.It'd be great if I had immediate propTypes warnings about missing data.
2) https://github.com/eggheadio/egghead-ui/blob/master/src/components/Card/StyledCard.js#L231
I think
expanded
can also befalse
in this component (used byCourseCard
)