pin browserless/chrome version as latest it too unstable

This commit is contained in:
Amruth Pillai
2023-11-14 21:53:10 +01:00
parent 044ef8bdb5
commit 72852f90e2
10 changed files with 16 additions and 18 deletions

View File

@ -1,7 +1,7 @@
import "@/client/libs/dayjs";
import { i18n } from "@lingui/core";
import { detect, fromNavigator, fromStorage, fromUrl } from "@lingui/detect-locale";
import { detect, fromStorage, fromUrl } from "@lingui/detect-locale";
import { I18nProvider } from "@lingui/react";
import { useEffect } from "react";
@ -20,7 +20,6 @@ export const LocaleProvider = ({ children }: Props) => {
const detectedLocale = detect(
fromUrl("locale"),
fromStorage("locale"),
fromNavigator(),
userLocale,
defaultLocale,
)!;