You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.
Uncaught(inpromise)Error: [mobx-state-tree]Nomatchingtypeforunion({id: (number|null?);load: boolean?;auth: ({enable: boolean?;username: string;password: string;to: string}|null?);data: (string|null?);queue: (string|null?)? }|null?)atut(mobx-state-tree.module.js:3128:12)att3.instantiate(mobx-state-tree.module.js:5435:19)atmobx-state-tree.module.js:4875:38atmobx-state-tree.module.js:4997:60atArray.forEach(<anonymous>)
at t3.forAllProps (mobx-state-tree.module.js:4997:28)
at t3.initializeChildNodes (mobx-state-tree.module.js:4874:14)
at new t3 (mobx-state-tree.module.js:1277:41)
at qe (mobx-state-tree.module.js:2913:12)
at t3.instantiate (mobx-state-tree.module.js:4866:16)
How can I make LSF accept multiple tasks?
The text was updated successfully, but these errors were encountered:
hope this sample helps you, you dont need to use one single label-studio with multiple tasks (images). You can init / destroy label studio instance for each task (image), and switch between them.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am using version v1.4.0 of label-studio-frontend(installation of v1.8.0 via npm failed), and I provided the multiple tasks according to the documentation (https://labelstud.io/guide/tasks.html#Basic-Label-Studio-JSON-format) .
However, I get an error when running it:
How can I make LSF accept multiple tasks?
The text was updated successfully, but these errors were encountered: