wangzuo / react-medium-editor

React wrapper for medium-editor
https://wangzuo.github.io/react-medium-editor
MIT License
504 stars 93 forks source link

Upgrade from version 1.6.1 to 1.8.0 #32

Closed riccardolorenzon closed 8 years ago

riccardolorenzon commented 8 years ago

Hi, i upgraded from version 1.6.1 to 1.8.0 and since then i get this error on rendering: Uncaught Invariant Violation: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object. Check the render method of

Can you help me to understand why i get this error?

riccardolorenzon commented 8 years ago

FIXED: setting require('react-medium-editor').default; from require('react-medium-editor') solved it for me.