Skip to content

Commit

Permalink
chore: hook form devtools 삭제 (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
imb96 authored Jan 13, 2024
1 parent c20a696 commit ea8b313
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 72 deletions.
65 changes: 0 additions & 65 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"zustand": "^4.4.6"
},
"devDependencies": {
"@hookform/devtools": "^4.3.1",
"@tanstack/react-query-devtools": "^5.1.0",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
Expand Down
3 changes: 0 additions & 3 deletions src/pages/CreateCrewPage/CreateCrewPage.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import { FormProvider } from 'react-hook-form';

import { DevTool } from '@hookform/devtools';

import { MAX_MEMBER_COUNT_LIST } from '@pages/CreateCrewPage/constants/createCrewOptions';
import { CREATE_CREW_STRINGS } from '@pages/CreateCrewPage/constants/createCrewOptions';

Expand Down Expand Up @@ -144,7 +142,6 @@ export const CreateCrewPage = () => {
<StyledEmptyContainer />
</StyledCreateForm>
</FormProvider>
<DevTool control={methods.control} />
</PageWrapper>
</PageLayout>
);
Expand Down
3 changes: 0 additions & 3 deletions src/pages/CreateGamePage/CreateGamePage.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import { FormProvider } from 'react-hook-form';

import { DevTool } from '@hookform/devtools';

import {
CREATE_GAME_STRINGS,
MAX_MEMBER_COUNT_LIST,
Expand Down Expand Up @@ -192,7 +190,6 @@ export const CreateGamePage = () => {
<StyledEmptyContainer />
</StyledCreateForm>
</FormProvider>
<DevTool control={methods.control} />
</PageWrapper>
</PageLayout>
);
Expand Down

0 comments on commit ea8b313

Please sign in to comment.