This repository has been archived by the owner on Aug 21, 2023. It is now read-only.
Blue - v0.0.84
Card: Fix autoWordWrap prop use for non-Links
This update resolves the issue with Card
when passing in the autoWordWrap
prop for non-Link use. Previously, it would pass the prop into a div
selector, resulting in a warning.
Tests have been added for this update! 🎉