Skip to content

Commit

Permalink
commented report example
Browse files Browse the repository at this point in the history
  • Loading branch information
davebcn87 committed Nov 25, 2024
1 parent 5c40ad5 commit d681d52
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/src/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import './styles.css';

scan({
enabled: true,
report: true,
// report: true,
// log: true,
// clearLog: true,
// playSound: true,
Expand Down Expand Up @@ -46,9 +46,9 @@ export const App = () => {
return () => window.removeEventListener('resize', checkMobile);
}, []);

useEffect(() => {
printReport(['Button', 'AddTaskBar']);
}, [tasks, activeTab]);
// useEffect(() => {
// printReport(['Button', 'AddTaskBar']);
// }, [tasks, activeTab]);

return (
<TooltipContext.Provider value={{ tooltip: 'Hello' }}>
Expand Down

0 comments on commit d681d52

Please sign in to comment.