Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Mar 30, 2022. It is now read-only.

Commit 05763f4

Browse files
committed
changed to inject reducers
1 parent 598e3b6 commit 05763f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/features/count/CountDiv.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const CountDiv: FC = () => {
6464
};
6565

6666
const callbackOnMount: CallbackOnStore = async (store) =>
67-
store.substitueReducers(reducerCombo1);
67+
store.injectReducers(reducerCombo1);
6868

6969
const callbackOnUnmount: CallbackOnStore = async (store) =>
7070
store.removeReducers(['count']);

‎src/features/text/TextDiv.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const TextDiv: FC = () => {
6464
};
6565

6666
const callbackOnMount: CallbackOnStore = async (store) =>
67-
store.substitueReducers(reducerCombo2);
67+
store.injectReducers(reducerCombo2);
6868

6969
const callbackOnUnmount: CallbackOnStore = async (store) =>
7070
store.removeReducers(['count']);

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /