country-state-city-nextjs
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -61,3 +61,3 @@ import { useEffect, useMemo, useState } from "react"; | ||
}, [load, countrySelected]); | ||
const citysForCountrySelected = useMemo(() => { | ||
const citysForStateSelected = useMemo(() => { | ||
if (!load) { | ||
@@ -84,4 +84,4 @@ return []; | ||
statesForCountrySelected, | ||
citysForCountrySelected, | ||
citysForStateSelected, | ||
}; | ||
}; |
{ | ||
"name": "country-state-city-nextjs", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Get all countrys, states and citys of world", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
21430941