Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ntheanh201/beecd9202dd9423087d9c1d4dc29b567 to your computer and use it in GitHub Desktop.
Save ntheanh201/beecd9202dd9423087d9c1d4dc29b567 to your computer and use it in GitHub Desktop.
class App extends React.Component {
static contextType = Context
constructor(props, context) {
super(props, context)
// this.context now works
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment