Skeleton fixes (#10060)

* don't load metadata until image has loaded

* correct class name and remove lazy loading pkg
This commit is contained in:
Josh Hawkins
2024-02-26 11:55:44 -06:00
committed by GitHub
parent 2fd7fe7928
commit da04dc0918
3 changed files with 52 additions and 97 deletions

View File

@@ -32,7 +32,6 @@
"@radix-ui/react-toggle": "^1.0.3",
"@radix-ui/react-toggle-group": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@types/react-lazy-load-image-component": "^1.6.3",
"apexcharts": "^3.45.1",
"axios": "^1.6.2",
"class-variance-authority": "^0.7.0",
@@ -51,7 +50,6 @@
"react-dom": "^18.2.0",
"react-hook-form": "^7.48.2",
"react-icons": "^4.12.0",
"react-lazy-load-image-component": "^1.6.0",
"react-router-dom": "^6.20.1",
"react-transition-group": "^4.4.5",
"react-use-websocket": "^4.5.0",