Skip to content

Commit 272a5dd

Browse files
fix: console log warning
1 parent 9011e64 commit 272a5dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/App.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ function WithProviderMinimal() {
2121
<Tooltip clickable>
2222
<button
2323
onClick={() => {
24+
// eslint-disable-next-line no-console
2425
console.log('button clicked')
2526
}}
2627
>

0 commit comments

Comments
 (0)