mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-26 14:33:59 +10:00
chore(dependencies): update TypeScript ESLint and Vitest to latest versions
- Bump @typescript-eslint packages to 8.23.0 - Update Vitest and related packages to 2.1.9 - Minor version upgrades for ts-api-utils and other related dependencies
This commit is contained in:
@@ -15,7 +15,7 @@ type Props = {
|
||||
};
|
||||
|
||||
export const LocaleProvider = ({ children }: Props) => {
|
||||
const userLocale = useAuthStore((state) => state.user?.locale);
|
||||
const userLocale = useAuthStore((state) => state.user?.locale ?? defaultLocale);
|
||||
|
||||
useEffect(() => {
|
||||
const detectedLocale =
|
||||
|
||||
Reference in New Issue
Block a user