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', }, {