intergalactic icon indicating copy to clipboard operation
intergalactic copied to clipboard

[button, icon, link] lazy checks for necessity of aria-label in non roduction environment

Open msereniti opened this issue 3 years ago • 1 comments

Description

Instead of reactToText components now use dom traversing in a browser macrotask.

Motivation and Context

In some cases reactToText misses text that appear in DOM and also blocks component rendering.

How has this been tested?

I have tested warning on all affected components

Types of changes

  • [x] Bug fix (non-breaking change which fixes an issue)
  • [ ] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • [x] My code follows the code style of this project.
  • [ ] My change requires a change to the documentation.
  • [ ] I have updated the documentation accordingly.

msereniti avatar Oct 24 '22 15:10 msereniti

Interestingly done 👍

lsroman avatar Oct 24 '22 15:10 lsroman