После переустановки пакетов я внезапно получаю следующую проблему, приложение работает нормально, но оно дает мне следующую ошибку при наборе текста, я обнаружил, что моя версия приставки изменилась с 4.0.4 до 4.0.5, которую я отменил назад, но ошибка по-прежнему
Argument of type 'StoreEnhancer<{ dispatch: {}; }, {}>' is not assignable to parameter of type 'StoreEnhancer<{}, {}>'.
Types of parameters 'next' and 'next' are incompatible.
Types of parameters 'preloadedState' and 'preloadedState' are incompatible.
Type 'DeepPartial<S> | undefined' is not assignable to type 'PreloadedState<S> | undefined'.
Type 'DeepPartial<S>' is not assignable to type 'PreloadedState<S>'.
composeEnhancers(applyMiddleware(epicMiddleware, reduxLogger))