mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-06-19 21:29:36 +08:00
Deploy v0.35.0
Reviewed By: davidaurelio Differential Revision: D4177391 fbshipit-source-id: c02cf98ed275b7032103b11eab6d0e189f8d8f24
This commit is contained in:
committed by
Facebook Github Bot
parent
e87e181998
commit
61d1a4fb39
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user