Page MenuHomePhabricator

[Cashtab] Patch collapse proptype error
ClosedPublic

Authored by kieran709 on Jun 10 2022, 20:05.

Details

Reviewers
bytesofman
Group Reviewers
Restricted Project
Commits
rABC4bc441ac7cc8: [Cashtab] Patch collapse proptype error
Summary

Related to T2479. Changed optionalDefaultActiveKey propType from PropTypes.bool to PropTypes.arrayOf(PropTypes.string).

Test Plan

cd web/cashtab && npm start
Observe that the optionalDefaultActiveKey console error does not appear in the log.

grep -r 'optionalDefaultActiveKey: Proptypes.bool' src/ should return null

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable