Open nicholaschiang opened 1 year ago
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.
useGeographies
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.