Skip to content

Commit

Permalink
원복
Browse files Browse the repository at this point in the history
  • Loading branch information
boxak committed Feb 11, 2024
1 parent 0f0a432 commit 1cf6b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function App() {
window.removeEventListener('message', handleMessage);
}

}, []);
}, [isMessageReceived]);

return (
<Provider RootStore={RootStore}>
Expand Down

0 comments on commit 1cf6b16

Please sign in to comment.