I'm getting this warning when I upgraded to the latest react version. WithStyles(xxx) declares both contextTypes and contextType static properties. The legacy contextTypes property will be ignored. This is related to the new context API.
I'm getting this warning when I upgraded to the latest react version.
WithStyles(xxx) declares both contextTypes and contextType static properties. The legacy contextTypes property will be ignored.
This is related to the new context API.