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
안녕하세요 혹시 next v14 app router 환경에서 step2인 상황에서 새로고침을 하게되면 step1으로 갔다가 다시 step2로 가게 되면서hydration error가 발생하는데 이럴 경우 어떤 방식으로 해결해야할지 궁금합니다. 서버입장에서는 step1 기준으로 렌더링을 하는데 step2가 나와서 에러가 발생하는 것으로 예상은 되는데 이럴 경우 guard나 parse를 사용해야하는것인지..
Expected behavior
No response
To Reproduce
No response
Possible Solution
No response
etc.
No response
The text was updated successfully, but these errors were encountered:
@use-funnel/browser 의 경우 브라우저의 히스토리 상태를 기반으로 동작하기 때문에 서버에서 Hydration을 기대하기 어렵습니다. 그래서 오로지 클라이언트에서만 실행될 수 있도록 상위 컴포넌트에서 mount 후에 렌더링 하게하거나, next/dynamic 의 컴포넌트를 통해 ssr: false 형태로 퍼널 컴포넌트를 만들어야합니다.
Package Scope
@use-funnel/browser
Bug description
안녕하세요 혹시 next v14 app router 환경에서 step2인 상황에서 새로고침을 하게되면 step1으로 갔다가 다시 step2로 가게 되면서hydration error가 발생하는데 이럴 경우 어떤 방식으로 해결해야할지 궁금합니다. 서버입장에서는 step1 기준으로 렌더링을 하는데 step2가 나와서 에러가 발생하는 것으로 예상은 되는데 이럴 경우 guard나 parse를 사용해야하는것인지..
Expected behavior
No response
To Reproduce
No response
Possible Solution
No response
etc.
No response
The text was updated successfully, but these errors were encountered: