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

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Support React v15.5 and later where the code failsto
Дата
Msg-id E1dts2I-000758-Lq@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
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=026ef7b8b7effe001ccfe2eabb562bcae0ca716b
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 +-
web/pgadmin/static/jsx/react_shapes.jsx            |   23 +-
web/yarn.lock                                      | 1642 +++++++++++---------
6 files changed, 940 insertions(+), 741 deletions(-)


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

Предыдущее
От: Akshay Joshi
Дата:
Сообщение: Re: Array representation and save array data from datagrid [RM2671][pgAdmin4]
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch]: Use standalone modules prop-types asReact.PropTypes has moved into a different package since React v15.5