Skip to content

Commit 0531507

Browse files
committed
docs(comment): update todo
1 parent 9981bd4 commit 0531507

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/reactant/src/createApp.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ function createApp<T>({
9999
);
100100
const withoutReducers = store.getState() === null;
101101
loader = (loadModules, beforeReplaceReducer) => {
102-
// TODO: check `loadOptions.modules` does not allow loading of type `PluginModule` modules.
103102
bindModules(container, loadModules);
104103
createStore(
105104
loadModules,

0 commit comments

Comments
 (0)