diff --git a/examples/invoicer/src/components/form/form-item-upload-logo-draggable/index.tsx b/examples/invoicer/src/components/form/form-item-upload-logo-draggable/index.tsx index 42bb2d0a22d99..23e26cf2bd839 100644 --- a/examples/invoicer/src/components/form/form-item-upload-logo-draggable/index.tsx +++ b/examples/invoicer/src/components/form/form-item-upload-logo-draggable/index.tsx @@ -23,7 +23,6 @@ export const FormItemUploadLogoDraggable = ({ const form = Form.useFormInstance(); const fieldValue = Form.useWatch(name, form) as Media | UploadResponse; - // biome-ignore lint/correctness/useExhaustiveDependencies: false positive const src = useMemo(() => { if (!fieldValue) return null; diff --git a/packages/devtools/src/components/devtools-pin.tsx b/packages/devtools/src/components/devtools-pin.tsx index 4abc2e192b960..51a5685f3201f 100644 --- a/packages/devtools/src/components/devtools-pin.tsx +++ b/packages/devtools/src/components/devtools-pin.tsx @@ -19,7 +19,6 @@ export const DevtoolsPin = ({ setSelectorActive, }: Props) => { return ( - // biome-ignore lint/a11y/useKeyWithClickEvents:
- {/* biome-ignore lint/a11y/useKeyWithClickEvents: */}
{ it("should generate filter based on the specified operator", () => {