I try to build Globe like here https://codesandbox.io/s/react-simple-maps-globe-hl2ny
But I use the last version of "react-simple-maps": "2.0.0" instead of "0.12.1" like in the example code and receive this error:
TypeError: projections[projection] is not a function
Hi @lubomirKavetskiy, react-simple-maps 2.0.0 uses d3-geo projections these are the projections you can pick from like projection="geoMercator". In your case, it will be geoOrthographic.
I try to build Globe like here https://codesandbox.io/s/react-simple-maps-globe-hl2ny But I use the last version of "react-simple-maps": "2.0.0" instead of "0.12.1" like in the example code and receive this error: TypeError: projections[projection] is not a function