Page MenuHomePhabricator

[Cashtab] Add used dependency to dev dependencies
ClosedPublic

Authored by bytesofman on Jan 24 2024, 00:20.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABC6a2d5513b1f6: [Cashtab] Add used dependency to dev dependencies
Summary

We use prop-types to throw warnings in dev environment if components have props of the wrong type

This used to be bundled with React by default. It isn't anymore. Import is still working as it is a dependency of other things like eslint. But it should be specified as a dev dependency of Cashtab.

Test Plan

npm test, npm run build

Diff Detail

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