Skip to content

Commit

Permalink
chore: add back scan in kitchen sink example
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPruzan committed Jan 17, 2025
1 parent 0d687c7 commit 3c64afb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/kitchen-sink/src/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ import { scan } from 'react-scan'; // force production build

import './styles.css';

// scan({
// enabled: true,
// dangerouslyForceRunInProduction: true,
// // monitor: {
// // url: 'https://localhost:3000/api/scan',
// // },
// });
scan({
enabled: true,
dangerouslyForceRunInProduction: true,
// monitor: {
// url: 'https://localhost:3000/api/scan',
// },
});

const TooltipContext = createContext({ tooltip: '' });

Expand Down

0 comments on commit 3c64afb

Please sign in to comment.