Deploy v0.35.0

Reviewed By: davidaurelio

Differential Revision: D4177391

fbshipit-source-id: c02cf98ed275b7032103b11eab6d0e189f8d8f24
This commit is contained in:
Gabe Levi
2016-11-14 20:39:21 -08:00
committed by Facebook Github Bot
parent e87e181998
commit 61d1a4fb39
8 changed files with 19 additions and 13 deletions

View File

@@ -40,7 +40,7 @@ export type PassProps<State> = {
* this in real apps with user data, but we could maybe pull it out for other internal settings-type
* usage.
*/
function createContainer<Props, State>(
function createContainer<Props: Object, State>(
Component: ReactClass<Props & {persister: PassProps<State>}>,
spec: {
cacheKeySuffix: (props: Props) => string,