UniversalDataTool / universal-data-tool

Collaborate & label any type of data, images, text, or documents, in an easy web interface or desktop app.
https://universaldatatool.com
MIT License
1.96k stars 190 forks source link

React documentation seems to be out of date #345

Open nsantacruz opened 4 years ago

nsantacruz commented 4 years ago

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.

seveibar commented 4 years ago

Yep! The naming changed in 0.14 to UniversalSampleEditor, the docs are OK for 0.13.x

PR appreciated!

seveibar commented 4 years ago

There were also some minor prop changes IIRC