Improve Jotai work (#18205)
This commit is contained in:
+2
-2
@@ -9,8 +9,8 @@ type DateLocaleState = {
|
||||
localeCatalog: Locale;
|
||||
};
|
||||
|
||||
export const dateLocaleStateV2 = createStateV2<DateLocaleState>({
|
||||
key: 'dateLocaleStateV2',
|
||||
export const dateLocaleState = createStateV2<DateLocaleState>({
|
||||
key: 'dateLocaleState',
|
||||
defaultValue: {
|
||||
locale: undefined,
|
||||
localeCatalog: enUS,
|
||||
Reference in New Issue
Block a user