Skip to content

Commit

Permalink
Fix: react-beautiful-dnd React v18 StrictMode 모드 미지원
Browse files Browse the repository at this point in the history
- hello-pangea/dnd#293
- hello-pangea/dnd#317

Drag and Drop 기능 추가하기
  • Loading branch information
JinhuiKim committed Aug 19, 2022
1 parent 4d046b7 commit 2e8f37c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import reportWebVitals from "./reportWebVitals";

const root = ReactDOM.createRoot(document.getElementById("root"));
root.render(
<React.StrictMode>
<App />
</React.StrictMode>
// <React.StrictMode>
<App />
// </React.StrictMode>
);

// If you want to start measuring performance in your app, pass a function
Expand Down

0 comments on commit 2e8f37c

Please sign in to comment.