intergalactic
intergalactic copied to clipboard
[button, icon, link] lazy checks for necessity of aria-label in non roduction environment
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.
Interestingly done 👍