ui: Upgrade React version in the admin UI #43361
Labels
A-webui-general
Issues on the DB Console that span multiple areas or don't have another clear category.
C-cleanup
Tech debt, refactors, loose ends, etc. Solution not expected to significantly change behavior.
In preparation to share components between cockroach applications, React dependencies should be upgraded to maximize compatibility. Currently (as of 19-12-2019) CockroachCloud is on
react
version16.8.0
and Admin UI is using version16.3.1
. Looking at the changelog I would guess an upgrade would not be too intrusive, but part of this task will be to evaluate that.Also, be aware that updating the version of
react
may effect other dependencies (react-motion
,react-paginate
,react-copy-to-clipboard
, etc)The text was updated successfully, but these errors were encountered: