Bug #21578
Component.PropTypes should be Component.propTypes
Description
Some react components are using prop-types in a wrong way.
Component.PropTypes should be Component.propTypes so prop-types will actually work.
Associated revisions
History
#1
Updated by Walden Raines over 4 years ago
- Target version set to 228
#2
Updated by Ohad Levy over 4 years ago
- Legacy Backlogs Release (now unused) set to 296
#3
Updated by Anonymous over 4 years ago
- % Done changed from 0 to 100
- Status changed from New to Closed
Applied in changeset 5209d7c9190c4fb78fd5bbe6b783b28fddb0f69c.
Fixes #21578 - Cmp.PropTypes to Cmp.propTypes
Chart, ChartBox and StatisticsChartsList are using prop-types in a wrong
way.
Chart is declaring about prop-types it is never used.
http://projects.theforeman.org/issues/21578