+ import { PureComponent } from 'react'
- class Benny extends Component {
+ class Benny extends PureComponent {
render () {
return <Consumer>
{position => <svg />}
</Consumer>
}
}
Last active
April 26, 2019 03:42
-
-
Save ohansemmanuel/ac7aa4aff479ce3816a95410424de9a9 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment