fix: space user validation check

This commit is contained in:
sriram veeraghanta
2024-05-16 04:03:43 +05:30
parent b14d44049c
commit a195f1bf7e
13 changed files with 92 additions and 65 deletions

View File

@@ -16,7 +16,6 @@ function initializeStore(initialData = {}) {
// If your page has Next.js data fetching methods that use a Mobx store, it will
// get hydrated here, check `pages/ssg.js` and `pages/ssr.js` for more details
if (initialData) {
console.log("initialState", initialData);
singletonRootStore.hydrate(initialData);
}
// For SSG and SSR always create a new store