Skip to content

Commit

Permalink
fix: drawer 루트 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
bottlewook committed Jan 8, 2024
1 parent 5ced22c commit 1230fbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export default function RootLayout({
</StoreProvider>
</TanstackQueryProvider>
<div id="modal-root" />
<div id="drawer-root" />
</body>
</html>
);
Expand Down
2 changes: 1 addition & 1 deletion src/components/shared/drawer/Drawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { createPortal } from 'react-dom';

import classNames from 'classnames/bind';

import useMountTransition from '@/hooks/useMountTransition';
import useMountTransition from '@hooks/useMountTransition';

import styles from './Drawer.module.scss';

Expand Down

0 comments on commit 1230fbc

Please sign in to comment.