Skip to content

Commit

Permalink
fix: handle pr
Browse files Browse the repository at this point in the history
  • Loading branch information
Yilun-Sun committed Nov 7, 2022
1 parent 6282def commit f32b504
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/guide/Guide.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -185,11 +185,9 @@ const Guide = (props: GuideProps) => {

useEffect(() => {
initGuide();
console.log('init');

return () => {
destroyGuide();
console.log('destroy');
};
// eslint-disable-next-line react-hooks/exhaustive-deps
}, []);
Expand Down

0 comments on commit f32b504

Please sign in to comment.