@lark-apaas/coding-template-vite-react 0.1.35 → 0.1.36-alpha.20260814083034
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -608,7 +608,6 @@ function SidebarMenuSkeleton({
|
|
|
608
608
|
showIcon?: boolean
|
|
609
609
|
}) {
|
|
610
610
|
// Random width between 50 to 90%.
|
|
611
|
-
// eslint-disable-next-line react-hooks/purity
|
|
612
611
|
const width = React.useMemo(() => {
|
|
613
612
|
return `${Math.floor(Math.random() * 40) + 50}%`
|
|
614
613
|
}, [])
|