mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-18 23:46:03 +01:00
chore(web): update react and chakra versions
hopefully nothing broke that I didn't notice prayge
This commit is contained in:
@@ -46,7 +46,7 @@ interface LocaleContextValue {
|
||||
|
||||
const LocaleCtx = createContext<LocaleContextValue | null>(null);
|
||||
|
||||
const LocaleProvider: React.FC = ({ children }) => {
|
||||
const LocaleProvider: React.FC<{ children: React.ReactNode }> = ({ children }) => {
|
||||
const [locale, setLocale] = useState<Locale>({
|
||||
language: '',
|
||||
ui: {
|
||||
|
||||
Reference in New Issue
Block a user