Created
April 14, 2025 10:09
-
-
Save kaineer/f5d48d6f30795cd82e5440186f31d13b to your computer and use it in GitHub Desktop.
method
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
useEffect(() => { | |
if (row) { | |
nameRef.current?.value = name; | |
cityRef.current?.value = city; | |
} | |
}, [row]); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment