Enforce displayName
joshfrench opened this issue · 1 comments
joshfrench commented
The renderer requires matching display names. The best way to ensure this is to require it on the backing components, rather than passing it into classToDOMCard
where it's divorced from the original React class.
joshfrench commented
Fixed in 0.2.0