We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9981bd4 commit 0531507Copy full SHA for 0531507
packages/reactant/src/createApp.tsx
@@ -99,7 +99,6 @@ function createApp<T>({
99
);
100
const withoutReducers = store.getState() === null;
101
loader = (loadModules, beforeReplaceReducer) => {
102
- // TODO: check `loadOptions.modules` does not allow loading of type `PluginModule` modules.
103
bindModules(container, loadModules);
104
createStore(
105
loadModules,
0 commit comments