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)
Updated by Partha Aji over 1 year ago
- Target version set to Katello 4.10.0
- Triaged changed from No to Yes
Updated by Chris Roberts about 1 year ago
- Target version changed from Katello 4.10.0 to Katello 4.11.0
Updated by The Foreman Bot about 1 year ago
- Status changed from New to Ready For Testing
- Assignee set to Lucy Fu
- Pull request https://github.com/Katello/katello/pull/10795 added
Updated by The Foreman Bot about 1 year ago
- Fixed in Releases Katello 4.12.0 added
Updated by Lucy Fu about 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|d068f0dee3921c7139c98084c5822302d5620464.
Updated by Ian Ballou about 1 year ago
- Fixed in Releases Katello 4.11.0 added
- Fixed in Releases deleted (
Katello 4.12.0)
Updated by The Foreman Bot 11 months ago
- Pull request https://github.com/Katello/katello/pull/10920 added
Actions