fix: ESLint React Hook 오류 비활성화
- useAuth와 useUser에서 react-hooks/rules-of-hooks 규칙 비활성화 - Clerk이 비활성화된 상황에서의 조건부 Hook 호출은 의도된 동작
This commit is contained in:
@@ -90,6 +90,7 @@
|
||||
"@capacitor/cli": "^7.4.2",
|
||||
"@capacitor/core": "^7.4.2",
|
||||
"@capacitor/ios": "^7.4.2",
|
||||
"@clerk/clerk-mcp": "^0.0.13",
|
||||
"@clerk/clerk-react": "^5.33.0",
|
||||
"@clerk/localizations": "^3.18.0",
|
||||
"@hookform/resolvers": "^3.9.0",
|
||||
@@ -123,7 +124,7 @@
|
||||
"class-variance-authority": "^0.7.1",
|
||||
"clsx": "^2.1.1",
|
||||
"date-fns": "^3.6.0",
|
||||
"dotenv": "^16.5.0",
|
||||
"dotenv": "^16.6.1",
|
||||
"lucide-react": "^0.462.0",
|
||||
"next-themes": "^0.3.0",
|
||||
"react": "^18.3.1",
|
||||
|
||||
Reference in New Issue
Block a user