fix(frontend): clean up console warnings and deprecations (#37881)

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Evan Rusackas
2026-04-25 01:48:29 -04:00
committed by GitHub
parent eb2645affe
commit abd93444d0
41 changed files with 186 additions and 147 deletions

View File

@@ -130,7 +130,7 @@ interface AnnotationLayerState {
const AUTOMATIC_COLOR = '';
const NotFoundContentWrapper = styled.div`
&& > div:first-child {
&& > div:first-of-type {
padding-left: 0;
padding-right: 0;
}