diff --git a/.dumi/theme/layouts/GlobalLayout.tsx b/.dumi/theme/layouts/GlobalLayout.tsx index b32f9e7d448a..5ad0364b287c 100644 --- a/.dumi/theme/layouts/GlobalLayout.tsx +++ b/.dumi/theme/layouts/GlobalLayout.tsx @@ -198,6 +198,7 @@ const GlobalLayout: React.FC = () => { motion: !theme.includes('motion-off'), }, cssVar: true, + hashed: false, }} > {content} diff --git a/components/checkbox/demo/custom-line-width.tsx b/components/checkbox/demo/custom-line-width.tsx index 645abe7e2682..c2f6c36da208 100644 --- a/components/checkbox/demo/custom-line-width.tsx +++ b/components/checkbox/demo/custom-line-width.tsx @@ -5,7 +5,6 @@ const App: React.FC = () => ( <> { it('ConfigProvider button styles', () => { const { container } = render( - +