pgAdmin 4 commit: Support React v15.5 and later where the code failsto - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Support React v15.5 and later where the code failsto
Date
Msg-id E1e1eDT-0006fA-U0@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Support React v15.5 and later where the code fails to run because React's PropTypes is no more part of React Module.

Branch
------
WEBPACK_DEVEL

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0c109dbbb669a58e4e9a8dbf56bccb25e78b1c42
Author: Surinder Kumar <surinder.kumar@enterprisedb.com>

Modified Files
--------------
web/yarn.lock | 474 +++++++++++++++++++++++++++++++++++++---------------------
1 file changed, 304 insertions(+), 170 deletions(-)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Running eslint on all the static javascripts,and fix
Next
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Allow to terminate a session from the server,and dat