label-studio-frontend icon indicating copy to clipboard operation
label-studio-frontend copied to clipboard

Issue with nested data labellings

Open azure31 opened this issue 5 years ago • 0 comments

I have a conditional data labelling config where some of the labels appear only if a particular choice is selected. I'm using a View tag with visibleWhen="choice-selected" option. The config file works on the label studio playground but when I try to embed it as per the example here, I get an error with message:

Types.js:18 Uncaught Error: Not expecting tag: view.

However, if I remove the View tag, it works fine. Can somebody suggest what could be the issue? Thanks.

azure31 avatar Jul 05 '20 06:07 azure31