I have a simple App component
export default function App() { const [count, changeCount] = useState(0) const onIncreaseClick = useCallback(() => {