From f0ecdeeda512a8058ce3e2df337aaaaf15639df2 Mon Sep 17 00:00:00 2001 From: Abbey Yacoe Date: Tue, 10 Jun 2025 12:36:58 +0200 Subject: [PATCH] fix(a11y): remove outdated ariaRoleDescription field --- examples/react/src/examples/A11y/index.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/react/src/examples/A11y/index.tsx b/examples/react/src/examples/A11y/index.tsx index d409a43f..0d0e4d21 100644 --- a/examples/react/src/examples/A11y/index.tsx +++ b/examples/react/src/examples/A11y/index.tsx @@ -1,4 +1,4 @@ -import { MouseEvent, useState } from 'react'; +import { useState } from 'react'; import { ReactFlow, MiniMap, @@ -34,7 +34,6 @@ const initialNodes: Node[] = [ data: { label: 'Node 3' }, position: { x: 100, y: 100 }, className: 'light', - ariaRoleDescription: 'custom node role', ariaRole: 'button', }, {