Ошибка с Redux 4.0.0 при использовании @ angular-redux / store - PullRequest
0 голосов
/ 02 мая 2018

Получение следующей ошибки во время компиляции:

ERROR in node_modules/@angular-redux/store/lib/src/components/ng-redux.d.ts(10,31): error TS2420: Class 'NgRedux<RootState>' incorrectly implements interface 'ObservableStore<RootState>'.
  Types of property 'dispatch' are incompatible.
    Type 'Dispatch<RootState>' is not assignable to type 'Dispatch<AnyAction>'.
      Type 'RootState' is not assignable to type 'AnyAction'.
node_modules/@angular-redux/store/lib/src/components/ng-redux.d.ts(37,33): error TS2344: Type 'RootState' does not satisfy the constraint 'Action<any>'.
node_modules/@angular-redux/store/lib/src/components/root-store.d.ts(18,24): error TS2344: Type 'RootState' does not satisfy the constraint 'Action<any>'.

Настройка среды:

NodeJS Версия: 8.9.1

Версия машинописного текста: 2.8.1

Угловая версия: 5.0.0

@ angular-redux / store version: 7.1.1

ОС: Windows 10

1 Ответ

0 голосов
/ 08 мая 2018

Страница @ angular-redux / store github подтверждает это как ошибку и будет исправлена ​​в будущих выпусках.

Понижение версии Redux с 4.0.0 до 3.7.0 решило проблему на данный момент.

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...