1

I am using

"@fluentui/react-components": "^9.7.1",

error: Modalizer i9 must have either aria-label or aria-labelledby

I am getting this warning and I have checked there is no error but when I click on the trigger, It shows this warning in the console and popover dosent open

Amit
  • 11
  • 1

1 Answers1

1

Maybe it's because Fluent UI v9 does not support React v18 yet, see this GitHub issue, which causes some issues with React's StrictMode.

You can solve the issue by disabling Strict Mode.