Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 1a078e8

Browse files
committed
Merge remote-tracking branch 'origin/t3chguy/react18/update' into t3chguy/react18/update
2 parents fcf50a7 + 29e81bb commit 1a078e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stores/AsyncStoreWithClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import { MatrixDispatcher } from "../dispatcher/dispatcher";
2424
export abstract class AsyncStoreWithClient<T extends Object> extends AsyncStore<T> {
2525
protected readyStore: ReadyWatchingStore;
2626

27-
protected constructor(dispatcher: Dispatcher<ActionPayload>, initialState: T = <T>{}) {
27+
protected constructor(dispatcher: MatrixDispatcher, initialState: T = <T>{}) {
2828
super(dispatcher, initialState);
2929

3030
// Create an anonymous class to avoid code duplication

0 commit comments

Comments
 (0)