-
Notifications
You must be signed in to change notification settings - Fork 3.3k
fix: FIT-676: Image labelling use cases were broken in LS Playground #8372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for label-studio-docs-new-theme canceled.
|
✅ Deploy Preview for label-studio-playground ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for label-studio-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for heartex-docs canceled.
|
Codecov Report✅ All modified and coverable lines are covered by tests.
Additional details and impacted files@@ Coverage Diff @@
## develop #8372 +/- ##
===========================================
- Coverage 66.78% 60.58% -6.21%
===========================================
Files 773 543 -230
Lines 58188 38249 -19939
Branches 10090 10090
===========================================
- Hits 38862 23172 -15690
+ Misses 19323 15074 -4249
Partials 3 3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
The import path used for useCopyText in the code-block component caused issues with labelling use cases in the Playground. The problem stems from the resolution of the paths used in the various libraries, and in particular with respect to how the hooks were imported from core lib into the UI lib. The generous index import was causing interference in the app build of playground.
Before:
After: