You guys can use this
export const isServer: boolean = typeof window == "undefined"; if (!isServer) { return JSON.parse(localStorage.getItem("user") || "{}"); }