Bug #37802
closedremove unused attributes in pagination
Description
Causing these errors
Warning: React does not recognize the `viewType` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `viewtype` instead. If you accidentally passed it from a parent component, remove it from the DOM element.
in div (created by Pagination)
in Pagination (created by Pagination)
in Pagination (created by AvailableRolesList)
printWarning @ react-dom.development.js:88Understand this error
react-dom.development.js:88 Warning: React does not recognize the `dropdownButtonId` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `dropdownbuttonid` instead. If you accidentally passed it from a parent component, remove it from the DOM element.
in div (created by Pagination)
in Pagination (created by Pagination)
in Pagination (created by AvailableRolesList)
Updated by Maria Agaphontzev 6 months ago
- Subject changed from remove used attributes in pagination to remove unused attributes in pagination
Updated by The Foreman Bot 6 months ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman_ansible/pull/737 added
Updated by The Foreman Bot 2 months ago
- Fixed in Releases foreman_ansible-15.0.3 added
Updated by Maria Agaphontzev 2 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman_ansible|a6f5ac90af61212eb74991020c5ffe62c55f7b11.
Updated by Nofar Alfassi about 1 month ago
- Fixed in Releases foreman_ansible-15.0.4 added
- Fixed in Releases deleted (
foreman_ansible-15.0.3)