react-simple-maps
react-simple-maps copied to clipboard
fix(components/useGeographies): allow SSR with JSON
This patch updates the useGeographies hook to allow server-side rendering when passing in a static JS object (e.g. from a local JSON file). This hook will still prevent trying to fetch external geography data when rendering server-side.