Skip to content

Commit

Permalink
Fixing compatibility issues with react-redux-firebase
Browse files Browse the repository at this point in the history
more info: #209
  • Loading branch information
jareqpl committed Apr 22, 2019
1 parent cd9eb5c commit 2130adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export function firestoreReducer(state: object, action: object): any;
export function createFirestoreInstance(
firebaseInstance: typeof Firebase,
configs: Partial<Config>,
dispatch: () => object,
dispatch: Dispatch,
): object;

/**
Expand Down

0 comments on commit 2130adb

Please sign in to comment.