Actions
Bug #36557
closedReact does not recognize the `ouiaId` prop on a DOM element
Difficulty:
Triaged:
Yes
Description
After introducing an eslint rule to find all of the missing ouiaIds, we added that prop to components that passes it straight to the DOM, which causes an error like the following:
react-dom.development.js:88 Warning: React does not recognize the `ouiaId` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `ouiaid` instead. If you accidentally passed it from a parent component, remove it from the DOM element.
in button (created by Button)
in Button (created by SubscriptionsToolbar)
Actions