mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-20 18:53:42 +08:00
fix: hydrated
This commit is contained in:
@@ -179,6 +179,8 @@ export const usePromptStore = createPersistStore(
|
||||
res.en.length + res.cn.length + res.tw.length;
|
||||
SearchService.init(allPromptsForSearch, userPrompts);
|
||||
});
|
||||
|
||||
return () => state.setHasHydrated(true);
|
||||
},
|
||||
},
|
||||
);
|
||||
|
Reference in New Issue
Block a user