const [place, setPlace] = useState("");
value={place}
onChange={e => setPlace(e.target.value)}
variant="outlined"
label="City"
select
{city.map((city, _id) => (
{city.name}
))}
{
city.map((city, ) => {
})
}
const [place, setPlace] = useState("");
value={place}
onChange={e => setPlace(e.target.value)}
variant="outlined"
label="City"
select
{city.map((city, _id) => (
{city.name}
))}
{
city.map((city, ) => {
})
}
For further actions, you may consider blocking this person and/or reporting abuse
Pravesh Sudha -
Quang Nam Nguyen -
Keyur Chaudhari -
Ahmed Jaad -
Top comments (0)