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.
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 wasUniversalSampleEditor
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.