"Type 'string' is not assignable to type 'never'." in Popover class name

Viewed 23
<Popover.Group  className="hidden space-x-10 md:flex" as="nav">

I get an error at className:

Type 'string' is not assignable to type 'never'.
0 Answers
Related