[role]s do not have all required [aria-*] attributes
If you are using ARIA, please make sure you are using it correctly in Custom Code or Element Settings > Custom Attributes.
Google Lighthouse says
Users of screen readers and other assistive technologies need information about the behavior and purpose of controls on your web page. Native HTML controls like buttons and radio groups come with that information built in. For custom controls you create, however, you must provide the information with ARIA roles and attributes. (Learn more in the Introduction to ARIA.)Some ARIA roles have required aria-* attributes that provide essential information about state and functionality. For example, the option role requires the aria-selected attribute. If ARIA roles don't have the required attributes, assistive technology users won't be able to successfully interact with them.