fix(a11y): remove outdated ariaRoleDescription field

This commit is contained in:
Abbey Yacoe
2025-06-10 12:36:58 +02:00
parent 78bf96c130
commit f0ecdeeda5

View File

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