microsoft / redux-dynamic-modules

Modularize Redux by dynamically loading reducers and middlewares.
https://redux-dynamic-modules.js.org
MIT License
1.07k stars 116 forks source link

Module '"redux-dynamic-modules"' has no exported member 'IModule'. #201

Open mrdulin opened 1 year ago

mrdulin commented 1 year ago

I added "redux-dynamic-modules": 5.2.3 as the dependency. When I try to import the IModule interface:

import { IModule } from 'redux-dynamic-modules';

Got the error:

Module '"redux-dynamic-modules"' has no exported member 'IModule'.

stackblitz