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
Error1: Hydration failed because the initial UI does not match what was rendered on the server. Error2: This Suspense boundary received an update before it finished hydrating. This caused the boundary to switch to client rendering. The usual way to fix this is to wrap the original update in startTransition.
에러내용
Error1: Hydration failed because the initial UI does not match what was rendered on the server.
Error2: This Suspense boundary received an update before it finished hydrating. This caused the boundary to switch to client rendering. The usual way to fix this is to wrap the original update in startTransition.
해결 방법
queryClient.ts
참고
The text was updated successfully, but these errors were encountered: