I have a React component with a hook defined this way:
const [groups, setGroups] = useState([]);
with an IG
IG