I have a component (Father.js) that have these 2 variables that use state:
const [streetAddress1, setstreetAddress1] = useState(); const [streetAddress2, sets