We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e747fda commit 9e18cf0Copy full SHA for 9e18cf0
next-env.d.ts
@@ -2,4 +2,4 @@
2
/// <reference types="next/image-types/global" />
3
4
// NOTE: This file should not be edited
5
-// see https://nextjs.org/docs/basic-features/typescript for more information.
+// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
src/components/Toggle.tsx
@@ -18,6 +18,7 @@ export default function Toggle({ style }: { style?: CSSProperties }) {
18
}
19
20
return (
21
+ // eslint-disable-next-line jsx-a11y/label-has-associated-control
22
<label htmlFor="toggle" className={styles.toggle} style={style}>
23
<input
24
id="toggle"
0 commit comments