patternfly / patternfly-elements

PatternFly Elements. A set of community-created web components based on PatternFly design.
https://patternflyelements.org/
MIT License
377 stars 92 forks source link

[bug] ariaDescription missing from InternalsController #2726

Closed zeroedin closed 6 months ago

zeroedin commented 6 months ago
node_modules/@patternfly/pfe-core/controllers/internals-controller.d.ts(2,22): error TS2420: Class 'InternalsController' incorrectly implements interface 'ARIAMixin'.
  Property 'ariaDescription' is missing in type 'InternalsController' but required in type 'ARIAMixin'.

Suggested fix add ariaDescription:

ariaDescription: ARIAMixin['ariaDescription'];