Skip to content

Instantly share code, notes, and snippets.

@jpgorman
Created September 20, 2018 11:40
Show Gist options
  • Save jpgorman/30c448d9f498ce3feb60515b83faf81b to your computer and use it in GitHub Desktop.
Save jpgorman/30c448d9f498ce3feb60515b83faf81b to your computer and use it in GitHub Desktop.
export class LazyLoadModule extends React.component {
...
async componentDidMount() {
...
const {store} = this.context
}
}
LazyLoadModule.contextTypes = {
store: PropTypes.object,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment