hudy9x / namviek

The open-source project manager for tiny teams
https://namviek.com
MIT License
1.98k stars 231 forks source link

bug: UserSection component not match content. Server: "" Client: "admin" #15

Closed hudy9x closed 1 year ago

hudy9x commented 1 year ago

This issue caused by nextjs compiling process In this case, the localstorage not exist on building process (build time) To fix that, move this code into useEffect

image

hudy9x commented 1 year ago

fixed