This repository was archived by the owner on May 14, 2020. It is now read-only.
This repository was archived by the owner on May 14, 2020. It is now read-only.
react 0.13 peer dependency fails #28
Closed
Description
With react 0.13.3, this fails with the errors, below. Upgrading to 0.14 latest, it works. I see a previous commit to allow earlier 0.13 versions, so not sure why this isn't working. Is there anything special required to use this with react 0.13? I'm rendering like so:
<JSONTree data={{foo:'bar'}}/>
and getting these errors with react 0.13.3. No errors with 0.14
Component(...): No `render` method found on the returned component instance: you may have forgotten to define `render` in your component or you may have accidentally tried to render an element whose type is a function that isn't a React component.
Warning: Don't set the props property of the React element. Instead, specify the correct value when initially creating the element.
Uncaught TypeError: Can't add property context, object is not extensible
Metadata
Metadata
Assignees
Labels
No labels