Skip to content

Commit

Permalink
hydrate import안 하는데 한다는 깃허브 에러 때문에 다시 커밋
Browse files Browse the repository at this point in the history
  • Loading branch information
Bumang-Cyber committed Jan 28, 2024
1 parent be40019 commit aca2ab3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const queryClient = new QueryClient({
},
});

// hydrateRoot로 변경
const rootElement = document.getElementById("root");
if (rootElement?.hasChildNodes()) {
ReactDOM.hydrateRoot(
Expand Down

0 comments on commit aca2ab3

Please sign in to comment.