Closed DWboutin closed 8 years ago
I just remove the .isRequired, but i don't know why i have to remove them...
Not sure if it's related, but your fetch hook needs to return a promise.
Do you have a working example somewhere I can have a look at? I can't debug this when it's just a snippet, so I'm closing this issue for now, but please re-open once you've done this.
Alternatively, a failing test case would be even better.
Hi,
I can't provide hooks to a connected component properly.
It give me this
All the props are in the state correctly. If i remove
provideHooks
it works well.How can i do this?
Thank you