Skip to content

Instantly share code, notes, and snippets.

@kaineer
Created April 14, 2025 10:09
Show Gist options
  • Save kaineer/f5d48d6f30795cd82e5440186f31d13b to your computer and use it in GitHub Desktop.
Save kaineer/f5d48d6f30795cd82e5440186f31d13b to your computer and use it in GitHub Desktop.
method
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