Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updating flowtype lib defs #56

Merged
merged 3 commits into from
Aug 30, 2017
Merged

updating flowtype lib defs #56

merged 3 commits into from
Aug 30, 2017

Conversation

alexreardon
Copy link
Collaborator

I will need some help with this one.

@thejameskyle can I grab some of your time to help with this one? I feel like I am entering dark waters

@alexreardon
Copy link
Collaborator Author

Any flow ninjas out there keen to lend a hand on this one?

@jamiebuilds
Copy link

Happy to help, just grab me at some point

@alexreardon alexreardon force-pushed the updating-lib-defs branch 5 times, most recently from 336a8f4 to 835a49a Compare August 29, 2017 22:15
@alexreardon
Copy link
Collaborator Author

Getting close!

@@ -104,10 +112,10 @@ const getFireHooks = (hooks: Hooks) => memoizeOne((current: State, previous: Sta

export default (hooks: Hooks) => {
const fireHooks = getFireHooks(hooks);
return (store: Store) => (next: (Action) => mixed) => (action: Action): mixed => {
return (store: Store) => (next: Dispatch) => (action: Action): Action => {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is saying that Store does not have the right type...

@alexreardon alexreardon merged commit 2ac9794 into master Aug 30, 2017
@alexreardon alexreardon deleted the updating-lib-defs branch August 30, 2017 00:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants