pgAdmin 4 commit: Support React v15.5 and later where the code failsto

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin 4 commit: Support React v15.5 and later where the code failsto
Дата
Msg-id E1dtsK3-000839-E2@gothos.postgresql.org
обсуждение исходный текст
Список 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=4035fab6e7d1bcbd84115a963072b3de5be25485
Author: Surinder Kumar <surinder.kumar@enterprisedb.com>

Modified Files
--------------
web/package.json                                   |  1 +
.../static/jsx/history/query_history_entries.jsx   |  7 +++--
.../static/jsx/history/query_history_entry.jsx     |  5 ++--
.../jsx/history/query_history_entry_date_group.jsx |  3 +-
.../tools/sqleditor/static/jsx/react_shapes.jsx    | 23 ++++++++--------
web/yarn.lock                                      | 32 ++++++++++++----------
6 files changed, 40 insertions(+), 31 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch]: Use standalone modules prop-types asReact.PropTypes has moved into a different package since React v15.5
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Ensure builtins.SERVER_MODE is set in the WSGIwrappe