You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: replace 'any' type with proper TypeScript types to resolve ESLint warning
- Replace 'any' type with 'LangValue | undefined' in getValueFromKey function
- Add proper type casting for array access
- Resolves @typescript-eslint/no-explicit-any warning
- Maintains type safety while preserving functionality
0 commit comments