joshfrench/react-mobiledoc-editor

Enforce displayName

joshfrench opened this issue · 1 comments

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.

Fixed in 0.2.0