-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Description
First, awesome project guys!
I'm trying to use IonModal for example, and in my component, I'm setting:
static contextTypes = {
router:React.PropTypes.object,
ionShowModal: React.PropTypes.func,
ionKeyboardHeight: React.PropTypes.number,
ionPlatform: React.PropTypes.object
};
But when I ran the app (in browser or in cordova/ ios simulator) all context types are undefined except the router. Any idea how can I fix this?
Object { router: Object, ionShowModal: undefined, ionKeyboardHeight: undefined, ionPlatform: undefined }
I'm using latest official react release, thanks!
Metadata
Metadata
Assignees
Labels
No labels