I'm struggling to migrate to the new version.
The context is undefined in a lot of components (this.context), not every one. Any idea why ?
I'm using React 0.13.2 and Webpack to build my application.
And, shounldn't we use isRequired?
contextTypes: {
muiTheme: React.PropTypes.object.isRequired
},
I'm struggling to migrate to the new version.
The context is undefined in a lot of components (this.context), not every one. Any idea why ?
I'm using React 0.13.2 and Webpack to build my application.
And, shounldn't we use isRequired?