src/components/UsaMap.js
Function render
has 65 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
render() {
const { colors, changeColorOnHover, mapClick, place, stateView, states, region } = this.props
const { hover } = this.state
const svgDataWithNames = svgData.map(s => ({
...s,