You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These lines for the fitExtent and fitSize props have ExtendedFeatureCollection commented out for some reason, which is preventing me from passing a FeatureCollection to my Projection component in TypeScript.
AFAICT it works fine to pass a FeatureCollection to; I'd submit a PR fixing those lines but given they're commented out was thinking there might be another reason why that I'm missing.
The text was updated successfully, but these errors were encountered:
These lines for the
fitExtent
andfitSize
props haveExtendedFeatureCollection
commented out for some reason, which is preventing me from passing aFeatureCollection
to my Projection component in TypeScript.https://github.com/airbnb/visx/blob/master/packages/visx-geo/src/projections/Projection.tsx#L71
https://github.com/airbnb/visx/blob/master/packages/visx-geo/src/projections/Projection.tsx#L76
AFAICT it works fine to pass a FeatureCollection to; I'd submit a PR fixing those lines but given they're commented out was thinking there might be another reason why that I'm missing.
The text was updated successfully, but these errors were encountered: