mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
fix: space user validation check
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user