Skip to content

Commit

Permalink
fixing invalidate page tracker component
Browse files Browse the repository at this point in the history
  • Loading branch information
invisal committed Jan 9, 2025
1 parent feee98a commit 5d1b159
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/page-tracker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,6 @@ export default function PageTracker() {
window.removeEventListener("error", handler);
};
}, []);

return null;
}

0 comments on commit 5d1b159

Please sign in to comment.