reselect

typescript reselect createSelector No overload matches this call OutputSelector ParametricSelector

No overload matches this call.
The last overload gave the following error.
Type 'OutputSelector string>' is not assignable to type 'ParametricSelector'.
Type 'string' is not assignable to type 'boolean'.ts(2769),

react reselect Selector creators expect all input-selectors to be functions, instead received the following types

Selector creators expect all input-selectors to be functions, instead received the following types: [undefined]

Проблема возникает судя по всему из-за циклических зависимостей:
https://decembersoft.com/posts/error-sel...

Subscribe to RSS - reselect