We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b975a0 commit 13c5a27Copy full SHA for 13c5a27
src/__tests__/main.test.tsx
@@ -47,7 +47,7 @@ test('with debounce', async function () {
47
})
48
}
49
50
- let change: () => void
+ let change: () => void = () => {}
51
52
const App: FC = function (props) {
53
const [x, setX] = useState(1)
0 commit comments