universal-data-tool
universal-data-tool copied to clipboard
React documentation seems to be out of date
I tried to follow the documentation on this page but I got an error from webpack saying that UniversalDataViewer does not exist.
I checked in universal-data-tool/components and could not find the component. The closest component I found was UniversalSampleEditor which takes one sample and allows you to edit it. This solved my use-case.
Anyway, the issue is that the documentation doesn't seem to be correct. Happy to make a PR if it's clear what the documentation should say.
Yep! The naming changed in 0.14 to UniversalSampleEditor, the docs are OK for 0.13.x
PR appreciated!
There were also some minor prop changes IIRC