User1034446946 posted
hi
I have a hook which i need to call multiple times, but i am stuck on the syntax to rename them
const {value1, value2, value2} = useHook(value)
const {value1 as a, value2 as b, value2 as c} = useHook(value)
the above doesn't work any suggestions?