Fix warning related to powerhooks_useGlobalState_kcLanguageTag
This commit is contained in:
@ -10,7 +10,7 @@ const wrap = createUseGlobalState(
|
||||
kcContext?.locale?.current ??
|
||||
navigator.language
|
||||
),
|
||||
{ "persistance": "cookie" }
|
||||
{ "persistance": "localStorage" }
|
||||
);
|
||||
|
||||
export const { useKcLanguageTag } = wrap;
|
||||
|
Reference in New Issue
Block a user