You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
State Changed : bootstrapped
즉, persistor.persist() 가 호출되어 클라이언트 사이드에서 WebStorage 로 부터 상태를 복구되고
복구가 완료되었다는 상태 (bootstrapped) 가 변경되며 발생하는 렌더링으로
정상적인 렌더링으로 보임
toothlessdev
changed the title
Hotfix: Persist Storage 가 서버사이드에 존재하지 않아 hydration mismatch 발생하는 버그 해결
Persist Storage 가 서버사이드에 존재하지 않아 hydration mismatch 발생하는 버그 해결
Apr 17, 2024
resolve #17
✨ 구현한 기능
서버 사이드에서 Redux Persist 의 WebStorage API 의 부재로 사전렌더링시 오류 발생
typeof window === "undefined"
, 서버에서 실행시 loading props 가 아닌 children props 를 렌더링하도록 수정persist/PERSIST
persist/REHYDRATE
액션을 디스패치 하지 않도록 manualPersist 설정📢 논의하고 싶은 내용
🎸 기타
The text was updated successfully, but these errors were encountered: