Open Reggino opened 9 years ago
Looks like the source relies on props.schema['x-ordering']
. It blows up because x-ordering
property is missing from the example schema. I think you can patch around it by setting "x-ordering": []
at your schema.
Ideally this should be fixed on library level, though (just need to default to an empty array there).
I am slightly confused. Commit e98ff08, the latest from master, works for me (Firefox 38.0 on Linux), whereas the latest release does not, but produces a different error.
@odf Looks like the current stable version and master
version aren't exactly the same. There are a few changes in master
that probably explain that.
@bebraw Yes, it's probably time for a new release. I'm just confused because I don't see fullOrdering
/'x-ordering'
related errors in either version.
Hi,
Running
react 0.13.3
, copy and paste from the "Minimal example" inREADME.md
throws the following error...I'll investigate further...