Reactjs + D3 v4 projection issue
问题 I have been on this for 10 hours now and I am starting to think that it is either something really small or something fundamental I am missing here. This is a simple component that all I want is to render the us map with the d3 version 4 via geoAlbersUsa and PROJECT it in a panel so that it is SCALED. If I remove the projection all works great and I get the map. The moment in any shape or form I do the projection it simply shows a colored rectangle. Here is the code: import React from 'react'