lingering copypasta prop type and proptypes does not support | syntax for 'or'
If they are not required props, just use PropTypes.number, which supports null or undefined.
Differential D15260
[Cashtab] Patch proptypes in BalanceHeader bytesofman on Jan 24 2024, 00:17. Authored by Tags None Subscribers None
Details
lingering copypasta prop type and proptypes does not support | syntax for 'or' If they are not required props, just use PropTypes.number, which supports null or undefined. npm start and nothing in the dev console about invalid prop types Note: proptypes are a dev tool, this doesn't impact the built app
Diff Detail
|