You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 14, 2020. It is now read-only.
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:
<JSONTreedata={{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